Hello There,
   I have the following in my server.properties on a two node kafka test
cluster

….
port=6667
host.name=f-bcpc-vm3.bcpc.example.com
advertised.host.name=f-bcpc-vm3.bcpc.example.com
advertised.port=9092
…

When I bring up Kafka, there is no process listening on port 9092 but Kafka
listening on 6667. As a result the test producer code (bundled with Kafka)
is not able to connect to put messages. Any thoughts on why this is
happening. /etc/hosts file has the entries for host name and I am using
kafka 8.1. Any input on this is much appreciated.

Thanks,
Biju

Reply via email to