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
> > 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
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
> 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
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
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
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
>
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