Re: New Hystrix based Circuit Breaker EIP

2016-04-21 Thread Claus Ibsen
On Thu, Apr 21, 2016 at 11:00 AM, Jan Matèrne (jhm) wrote: >> > I like the idea of adding the implementation in such a way. >> > Does the component just implement that one EIP? >> > Otherwise: which component is used when multiple implementations are >> on the classpath? >> > >> >> Yes only that E

AW: New Hystrix based Circuit Breaker EIP

2016-04-21 Thread jhm
> > I like the idea of adding the implementation in such a way. > > Does the component just implement that one EIP? > > Otherwise: which component is used when multiple implementations are > on the classpath? > > > > Yes only that EIP. There is a marker file in the camel-hystrix that > tells Camel

Re: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread Claus Ibsen
On Thu, Apr 21, 2016 at 7:16 AM, Jan Matèrne (jhm) wrote: >> The nice thing is that we can implement other EIPs in the future the >> same way (eg also a bit like data format today) where we have the EIP >> in the model in camel-core but have it actually implemented in the >> component outside came

AW: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread jhm
> The nice thing is that we can implement other EIPs in the future the > same way (eg also a bit like data format today) where we have the EIP > in the model in camel-core but have it actually implemented in the > component outside camel-core. And the end user should just remember to > add the came

Re: New Hystrix based Circuit Breaker EIP

2016-04-20 Thread Claus Ibsen
Hi The hystrix EIP is moved into the master branch. I just added JMX support so you can get the hystrix health stats and whatnot from JMX in the Camel processor tree. The nice thing is that we can implement other EIPs in the future the same way (eg also a bit like data format today) where we have

Re: New Hystrix based Circuit Breaker EIP

2016-04-19 Thread Claus Ibsen
Hi The tests are here https://github.com/apache/camel/tree/master/components/camel-hystrix/src/test/java/org/apache/camel/component/hystrix/processor On Tue, Apr 19, 2016 at 11:16 PM, Bilgin Ibryam wrote: > Claus, are the example links correct, I get 404? > > On 18 April 2016 at 17:24, Claus Ibs

Re: New Hystrix based Circuit Breaker EIP

2016-04-19 Thread Bilgin Ibryam
Claus, are the example links correct, I get 404? On 18 April 2016 at 17:24, Claus Ibsen wrote: > Hi > > We have a few attempts of a Circuit Breaker in Apache Camel > > - Circuit Braker Load Balancer > - Hystrix Component > > The former is a pure Camel implementation in camel-core that when the >

New Hystrix based Circuit Breaker EIP

2016-04-18 Thread Claus Ibsen
Hi We have a few attempts of a Circuit Breaker in Apache Camel - Circuit Braker Load Balancer - Hystrix Component The former is a pure Camel implementation in camel-core that when the circuit is open will reject processing. The latter is a Camel component where you call an endpoint that then do