To get Kafka running, you need to set some properties in config/server.properties file. There are two settings I don\'t understand.
config/server.properties
Can somebody explai
listeners is what the broker will use to create server sockets.
listeners
advertised.listeners is what clients will use to connect to the brokers.
advertised.listeners
The two settings can be different if you have a "complex" network setup (with things like public and private subnets and routing in between).