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

Having problem while creating producer from camel route for Kafka

2018-03-07 Thread Ranabroto Ghosh
Hello I have simple route triggered by REST api and want to put a message to kafka *pom.xml* org.apache.camel camel-kafka 2.20.0 org.apache.kafka kafka-clients org.apache.kafka kafka-clients 1.0.1 Camle Route: ${header.id}