How to connect my pod on AKS to Azure Event Hub with its kafka interface?
How can I connect a Kafka consumer written in Python with Event Hub on an AKS pod? I’ve already tried using Workload Identity with a Service Connector (previously I’ve tried with a connection string without success), but I’m still unable to connect. I did make sure that the created identity has the necessary rights on Event Hub.