Re: Kafka with kubernetes

2017-08-22 Thread Ben Davison
This one works fine, and has statefull sets built in. https://github.com/Yolean/kubernetes-kafka/ Ben On Tue, Aug 22, 2017 at 4:41 PM, Ali Akhtar wrote: > Not too familiar with that error, but I do have Kafka working on > Kubernetes. I'll share my files here in case that helps: > > Zookeeper:

Re: Kafka with kubernetes

2017-08-22 Thread Ali Akhtar
Not too familiar with that error, but I do have Kafka working on Kubernetes. I'll share my files here in case that helps: Zookeeper: https://gist.github.com/aliakhtar/812974c35cf2658022fca55cc83f4b1d Kafka: https://gist.github.com/aliakhtar/724fbee6910dec7263ab70332386af33 Essentially I have 3 k

Kafka with kubernetes

2017-08-22 Thread Sean McElroy
I'm not sure this is the correct place to post this question, but anyway... When running kafka in kubernetes, the kafka config contains this: listeners = PLAINTEXT://:tcp://10.0.0.186:9092 Which is leading to this error: No security protocol defined for listener PLAINTEXT://:TCP Here is the sec