Kafka consumer not responding

Hi Team,

I am facing a weird issue with Kafka consumer. Connection is established in Kafka connector and with that connection I am trying to pull data from a topic via kafka consumer node. But the consumer node is taking forever. It is neither successful nor failed even after waiting for long time. Am I missing any additional configuration here to read in the data ?

As connection is established in Kafka connector node, I am assuming there is no firewall issue.

Thanks
Sudheer

Are you able to poll data from Kafka using other tools, e.g., kafke-console-consumer (https://kafka.apache.org/quickstart)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.