I am trying to use Kafka. All configurations are done properly but when I try to produce message from console I keep getting the following error
WARN Err
I am using docker-compose to build the Kafka container using wurstmeister/kafka image. Adding KAFKA_ADVERTISED_PORT: 9092 property to my docker-compose file solved this error for me.
wurstmeister/kafka
KAFKA_ADVERTISED_PORT: 9092
docker-compose