I am new to kafka, When I am trying to send messages to the topic I am getting below error. Can someone help me with this?
[2018-09-23 13:37:56,613] WARN [Producer clientId=console-producer] Connection to node -1 could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
Broker may not be available
... Lots of reasons for this. Please verify that Kafka is actually running at the list of addresses you have in your code - OneCricketeer