Hell All - I'm seeing "<NoBrokersAvailable: NoBrok...
# ask-community
p
Hell All - I'm seeing "NoBrokersAvailable: NoBrokersAvailable-Kafka Error" from the K8s job. My flow is trying to connect to Kafka instance. This is a prod env, I see this issue during kafka_consumer creation. I found that, this issue happens for 2 reasons 1. Authentication 2. Network/Firewall issues Secrets anyway Im passing to the job. I checked with the networking team and they are saying firewall and network is fine, that must be true as same code is working fine if we try running it from the K8s pod. For me the issue seems to be it is not running from K8s job. Any thoughts? Inputs?
This is resolved now. I had the wrong credentials being used for Kafka server. So that was authentication issue