Re: camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

2016-04-01 Thread kumar5
sure. I will create JIRA and work on patch -- View this message in context: http://camel.465427.n5.nabble.com/camel-kafka-2-17-not-throwing-TimeoutException-back-which-is-throw-by-Kafka-client-tp5780199p5780249.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

2016-03-31 Thread Claus Ibsen
Hi Yeah sounds like a good idea, you are welcome to log a JIRA and if possible work on a patch/PR http://camel.apache.org/support.html On Fri, Apr 1, 2016 at 12:42 AM, kumar5 wrote: > if org.apache.kafka.clients.producer.KafkaProducer.waitOnMetadata throwing > org.apache.kafka.common.errors.Ti

camel-kafka 2.17 not throwing TimeoutException back which is throw by Kafka client

2016-03-31 Thread kumar5
if org.apache.kafka.clients.producer.KafkaProducer.waitOnMetadata throwing org.apache.kafka.common.errors.TimeoutException exception then it catching warping up in FutureFailure(e) passing to camel KafkaProducer but camel KafkaProuder is not doing anything with that. it will be good if camel K