Re: Having problem while creating producer from camel route for Kafka

2018-03-07 Thread Ranabroto Ghosh
Many thanks, it worked. On 7 March 2018 at 14:52, Ranabroto Ghosh wrote: > Many thanks, it worked. > > On 7 March 2018 at 14:35, Andrea Cosentino-2 [via Camel] < > ml+s465427n581824...@n5.nabble.com> wrote: > >> The options you're trying to use are wrong: >> >> you need to use requestRequiredAc

Re: Having problem while creating producer from camel route for Kafka

2018-03-07 Thread Andrea Cosentino
The options you're trying to use are wrong: you need to use requestRequiredAcks instead of acks in the uri and brokers instead of bootstrapServers. You can find the option here for 2.20.x https://github.com/apache/camel/blob/camel-2.20.x/components/camel-kafka/src/main/docs/kafka-component.adoc