[
https://issues.apache.org/jira/browse/CAMEL-12195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551202#comment-16551202
]
Mark Egan commented on CAMEL-12195:
-----------------------------------
[~davsclaus]: I share [~rahmnate] and [~rodrigoramalho]'s confusion and concern
regarding the capabilities of retries in with a circuit breaker enabled route.
From my understanding, retry and circuit breaker are two approaches that go
well together. A good description of this is found on [Rahul Rajat Singh's
DZone article "Understanding Retry Pattern With Exponential Back-Off and
Circuit Breaker Pattern"
|https://dzone.com/articles/understanding-retry-pattern-with-exponential-back].
If we're truly in a position where these are incompatible approaches, perhaps a
request for that feature within Hystrix is in order. Perhaps retries can be
incorporated into the Circuit Breaker implementation such that you can
configure retries similar to and along side of the circuit breaker parameters.
> camel redeliveries does not work with hystrix
> ---------------------------------------------
>
> Key: CAMEL-12195
> URL: https://issues.apache.org/jira/browse/CAMEL-12195
> Project: Camel
> Issue Type: Bug
> Components: camel-hystrix
> Reporter: Scott Feldstein
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 2.21.0
>
>
> Camel hystrix does not work with errorHander and redeliveries.
> I discussed this here ->
> [https://stackoverflow.com/questions/48396320/camel-exception-redelivery-with-hystrix]
> clone this repo to reproduce the issue
> {code:java}
> $ git clone [email protected]:scottmf/camel-hystrix-bug.git
> $ cd camel-hystrix-bug
> $ gradlew clean test{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)