Re: SupervisingRouterController not working as expectation (ApacheCamel:3.7.0)

2021-01-15 Thread Claus Ibsen
Hi If you want to retry the kubernetes endpoint, then you can use For example to try 10 times errorHandler().maximumRedeliveries(10); See more at https://camel.apache.org/manual/latest/defaulterrorhandler.html https://camel.apache.org/components/latest/eips/dead-letter-channel.html On Fri,

Re: SupervisingRouterController not working as expectation (ApacheCamel:3.7.0)

2021-01-15 Thread Imran Raza Khan
@Claus Ibsen Thanks for clarification, For timer I agree as it already started so SupervisingRouterController will not take care, but for kubernetes route is failing at connection level but still SupervisingRouterController is not retrying, But SupervisingRouterController retry work for my

Re: Camel-K / Kafka / Avro: something broke overnight

2021-01-15 Thread mark
Andrea, Thank you very much for the pointer. Yes we've hacked something together using the test code you linked above, and a hand-rolled deserializer based on https://github.com/Apicurio/apicurio-registry/blob/1.3.x/app/src/test/java/io/apicurio/registry/RegistrySerdeTest.java . Omar, Thank you

Re: Camel-K / Kafka / Avro: something broke overnight

2021-01-15 Thread Omar Al-Safi
Hi Mark, indeed it looks like the additionalProperties option is broken in 3.7.0. I am pushing a fix for both branches, 3.7.x and master branch. Regards, Omar On Thu, Jan 14, 2021 at 6:41 PM Andrea Cosentino wrote: > I don't think it is feasible from our side to get to 3.6.0, it's up to you.

Re: Camel Java DSL Cheat

2021-01-15 Thread ski n
All examples can be used for Camel documentation as well (same license as Camel). Think it should be reviewed first though. Regards, Raymond (Ski n) Op wo 13 jan. 2021 om 07:05 schreef Ajmera, Hemang C : > Hi >This seems to be really useful. I think we should include this in camel >