Re: camel-kafka - Improve consumer to detect first exception and not continue

2017-05-25 Thread Claus Ibsen
Hi Okay I did a bit more testing, and made it possible to turn this on|off on component level. Keeping existing behavior as is. Then people can turn it on globally in eg spring boot application properties file etc. This has been merged to master and 2.19.x branch. and the CAMEL-11215 branch has b

camel-kafka - Improve consumer to detect first exception and not continue

2017-05-16 Thread Claus Ibsen
Hi See ticket https://issues.apache.org/jira/browse/CAMEL-11215 I pushed a potential fix/improvement to the branch https://github.com/apache/camel/tree/CAMEL-11215 A new option has been introduced, breakOnFirstError (yeah naming is hard) that you can set to true, so the consumer will then stop c