Re: camel-kafka connection issue

2020-06-28 Thread Jean-Baptiste Onofre
Thanks for the update. Regards JB > Le 29 juin 2020 à 08:29, Gerald Kallas a écrit : > > Hi all, > > I was finally able to get the Kafka connection running with some kafka server > related configuration. > > For information, I'm using the docker image from > https://hub.docker.com/r/bitnami/

Re: camel-kafka connection issue

2020-06-28 Thread Gerald Kallas
Hi all, I was finally able to get the Kafka connection running with some kafka server related configuration. For information, I'm using the docker image from https://hub.docker.com/r/bitnami/kafka/ This is creating 2 container (Zookeeper and Kafka). I've changed the docker-compose.yml as follo

Re: camel-kafka connection issue

2020-06-28 Thread Jean-Baptiste Onofre
Hi, Don’t you have another trace in the log, like missing Avro packages (ClassNotFoundException) in the Kafka bundle client ? I saw an issue with pulsar bundle missing Avro import (it used avro.* import whereas "new" Avro release uses org.apache.avro.*). Maybe Avro optional import is required