Re: Kafka Connect issues when running in Docker

2019-07-19 Thread Robin Moffatt
Do you get any output from *docker logs*? And does it work if you don't use authentication? How about if you try one of the dockerised Kafka Connect examples here? https://github.com/confluentinc/demo-scene/tree/master/kafka-connect-zero-to-hero -- Robin Moffatt | Senior Developer Advocate | ro

Kafka Connect issues when running in Docker

2019-07-19 Thread Aleksandar Irikov
Hey everyone, I am having some issues when running Kafka Connect inside of Docker, so would really appreciate some feedback on what I'm doing wrong. I'm able to run locally (by executing `connect-distributed config.properties`. However, when running in Docker and passing the same configuration as