Closed
Description
I have Kubernetes service with 32 instances connected to Azure EventHub with 32 partitions. Some of the instances of the service are not able to connect to any partition, where other are connected to 2 partitions. My expectation is every instance of the service to process events from a single partition when the number of instances is equal to the number of partitions.
My service is using github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.0.2 package and is running on AKS cluster. It is built on top of ConsumingEventsWithCheckpoints example using go version 1.21
Metadata
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that