Re: CircuitBreaker possible issue with async processor
e one specified in the configuration. -- View this message in context: http://camel.465427.n5.nabble.com/CircuitBreaker-possible-issue-with-async-processor-tp5758295p5758310.html Sent from the Camel - Users mailing list archive at Nabble.com.
CircuitBreaker possible issue with async processor
lance() .circuitBreaker(2, 1000L, MyCustomException.class) .threads(1).to("mock:result") I raised an issue and attached a patch with a proposed fix: https://issues.apache.org/jira/browse/CAMEL-7973 Matteo -- View this message in context: http://c