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
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
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}