Re: Unable to consume from remote

2017-04-24 Thread Matthias J. Sax
Can you read/write your topics using > bin/kafka-console-[consumer|producer].sh If no, it's a general configuration problem. If yes, the problem is in your code. I did not open the link for security concerns... Hope you understand that. If you want to share code, pleas c&p __relevant__ parts int

Unable to consume from remote

2017-04-24 Thread Saurabh Raje
Hi Guys, I created the setup of Kafka ( kafka_2.12-0.10.2.0.tgz ) as per this document https://kafka.apache.org/quickstart. The setup works when both producer & consumer are in localhost. The moment I deploy con