Confluent Kafka is installed on Redhat ocp, Control center is accessible outside and able to create topics right from the COntrol center. While producing or consuming events to this topic, from an external client or command line client this topic is not reachable. Any suggestions?
In ControlCenter Cluster settings, Listeners are INTERNAL://:9071,REPLICATION://:9072,EXTERNAL://:9092.
Below is the error from the command line kafka when tried connecting to the topic in the cluster.
WARN [Producer clientId=console-producer] Bootstrap broker xx:9092 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient)
WARN [Producer clientId=console-producer] Bootstrap broker xx:9092 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient)
ERROR Error when sending message to topic TESTTOPIC with key: null, value: 2 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Topic TESTTOPIC not present in metadata after 60000 ms.