Unable to push data to Kafka Topic

Getting below error when i push data to Kafka Topic. Pls help

[anandh897116@ip-172-31-38-146 ~]$ kafka-console-producer.sh --topic testt --broker-list ip-172-31-13-154.ec2.internal:6667

hellow
hi
[2018-09-11 04:17:59,600] ERROR Error when sending message to topic testt with key: null, value: 6 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms.

Hi @Anandh,

This broker does not exist anymore. Please check the list of available brokers in Ambari.

Hope this helps.

Thanks