-
Notifications
You must be signed in to change notification settings - Fork 976
EventHub partitions are not equally spread across all service instances; #22097
Copy link
Copy link
Closed
Closed
Copy link
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.customer-response-expectedneeds-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.customer-response-expectedneeds-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
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