Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-02-21 Thread Claus Ibsen
Hi Okay so we detect this problem when subscribing specially and now also support letting Camel onException be triggered if you enable bridgeErrorHandler=true. This will be in Camel 4.11 onwards. On Fri, Feb 21, 2025 at 1:51 PM Claus Ibsen wrote: > Hi > > Kafka is a lot more pain to use as a

Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-02-21 Thread Claus Ibsen
Hi Kafka is a lot more pain to use as a client than traditional broker systems that has clients that handle a lot more reconnectivity and whatnot. So to make kafka client fail or detect that a topic is not present on the broker, then its subscribe method successed anyway, and you would need to ch

Re: Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-01-31 Thread Claus Ibsen
Hi For Camel in general there is docs on the website, books, videos on you-tube and so forth. This is a volunteer based community, and a bunch of core engineers that are very busy. I am afraid we don't have excess time to help when its too general and environment specific questions/ There are c

Assistance Required on Exception Handling in Camel Kafka Consumer/Producer Routes

2025-01-31 Thread Vineet Kumar
Hello Team, I am reaching out on behalf of ION Group regarding some issues we've encountered while working with Apache Camel in our Kafka-based projects. We are seeking your assistance to resolve some challenges related to exception handling in both producer and consumer routes. We have been wo