Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-20 Thread dimitris
Well ok, perhaps the word /deprecated/ wasn't the right choice. From their github [1]: *Netflix Hystrix is now officially in maintenance mode, with the following expectations to the greater community: Netflix will no longer actively review issues, merge pull-requests, and release new versions

Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-20 Thread Juraj Martinka
Perfect, thanks for that! I was a bit surprised by the statement that Hystrix is deprecated - do you have more details about that? On Monday, 19 August 2019 14:21:59 UTC+2, Jim foo.bar wrote: > > Hi Juraj, > > I've added a small paragraph in the *Alternatives* section. I hope you > find it helpf

Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-19 Thread dimitris
Hi Juraj, I've added a small paragraph in the /Alternatives/ section. I hope you find it helpful, but generally I would encourage you to to perform your own tests/comparison, if you're thinking of using something like this seriously. It might be that you don't mind using a Java lib, or you mi

Re: [ANN]: circuit-breaker-fn 0.1.4

2019-08-18 Thread Juraj Martinka
Hi Dimitris, Thanks for the library. After quickly skimming the README file I'm wondering how does it compare to alternatives you mention at the end and/or Hystrix. On Sunday, 18 August 2019 19:42:30 UTC+2, Jim foo.bar wrote: > > Hi folks, > > As the name implies, this [1] is a small (pure Cloju

[ANN]: circuit-breaker-fn 0.1.4

2019-08-18 Thread dimitris
Hi folks, As the name implies, this [1] is a small (pure Clojure) library, providing highly configurable/reusable primitives for implementing the *circuit-breaker *pattern. Using those primitives, it implements two circuit-breaking components (/cb-fn/ & /cb-agent/) that should cover most need