Re: Re: How to configure shutdown timeout

2020-08-24 Thread Martin Lichtin
� ��� � On 19.08.2020 16:01, Alex Soto wrote: Thanks Alex, Also looking for a way to configure this in a Blueprint XML file. Best regards, Alex soto On Aug 18, 2020, at 11:13 AM, Alex Dettinger wrote: Hi Alex, It seems the timeout is tuned after the context creation. On

AW: Access native KafkaConsumer in Camel RoutePolicy

2020-08-24 Thread Burkard Stephan
Hi Claus Yes, my Camel ride started about 8 years ago and it continues :-) I just searched the Camel Jira and found an already existing ticket for my problem: CAMEL-15106 Thanks a lot Stephan -Ursprüngliche Nachricht- Von: Claus Ibsen Gesendet: Montag, 24. August 2020 09:44 An: user

Re: Access native KafkaConsumer in Camel RoutePolicy

2020-08-24 Thread Claus Ibsen
Hi Stephan I recall you have used Camel a long time ago. About the pause/resume, then you are welcome to create a JIRA ticket so we can look at adding this API to camel-kafka consumer. >From a route policy, you can get hold on the consumer which you can cast to KafkaConsumer (Camel's) and then w

Access native KafkaConsumer in Camel RoutePolicy

2020-08-24 Thread Burkard Stephan
Hi **I also posted this question on StackOverflow** => https://stackoverflow.com/q/63519628/8035582 I "monitor" the number of consecutive failures in my Camel processing pipeline with a Camel RoutePolicy. When a threshold of failures is reached, I want to pause the processing for a configur