Azure Event Hub / Confluent SDK
I’m using the Confluent SDK from an existing application (C#), and moving over to the Azure Event Hub Kafka endpoint. I noticed that the Consumer Group, as defined within the constructor parameters, does not get created in Azure Event Hubs; only the Event Hub (or Topic) is created with a $Default consumer group. (I consider this a behaviour change between a native Kafka endpoint, and the Azure Event Hub endpoint).