RE: Kafka - Missing Consumer Messages

2022-06-20 Thread rajaraman.work
This was used to create the topic kafka-topics.bat --create --bootstrap-server :9092 --replication-factor 1 --partitions 1 --topic multinodetopic --describe topics kafka-topics.bat --describe --bootstrap-server :9092 --topic multinodetopic From: rajaraman.w...@gmail.com Sent: Monday,

Kafka - Missing Consumer Messages

2022-06-20 Thread rajaraman.work
I am new to Apache Kafka. Issue : * Single Node, meaning Zookeeper, Kafka and Producer and Consumer from same AWS EC2 Windows 2019 instance working. * When I move the Kafka Server to another EC2 instance the Producers Messages are not showing up in the Consumer. In the current s