Kafka startup error
Solution:
server.properties file
listeners=PLAINTEXT://:9092(Note that there is no IP address in this line, I just had a problem with the IP) advertised.listeners=PLAINTEXT://114.115.20.100:9092 (need to let go of the comment)
Kafka startup error
Solution:
server.properties file
listeners=PLAINTEXT://:9092(Note that there is no IP address in this line, I just had a problem with the IP) advertised.listeners=PLAINTEXT://114.115.20.100:9092 (need to let go of the comment)