don't read message in consumer

2017-06-29 Thread Anton Mushin
Hi everyone, I use on kafka_2.11-0.10.1.1, and I'm trying check it work. I have Zookeeper and Kafka on one host. I'm calling console producer: "kafka-console-producer.sh --broker-list 10.0.0.19:9092 --topic test" I expect message in consumer. Consumer is calling as: "kafka-console-consumer.sh -

RE: don't read message in consumer

2017-06-29 Thread Anton Mushin
...@gmail.com] Sent: Thursday, June 29, 2017 4:52 PM To: users@kafka.apache.org Subject: Re: don't read message in consumer Please share your server configuration. How are you advertising the listeners? On 29 Jun 2017 13:44, "Anton Mushin" wrote: > Hi everyone, > I use on kafka_2