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 --zookeeper localhost:2181 --topic test --from-beginning" But I don't get messages in consumer, and don't catch any exceptions. If I will call console producer as : "kafka-console-producer.sh --broker-list localhost:9092 --topic test" - I'm getting messages in consumer.
Problem is what external users can connect only to 10.0.0.19:9092, but their messages don't processing. Could you help me this, please? Best, Anton