Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Hubs] Use namespace in Partition Manager to guarantee uniqueness #5153

Merged
merged 6 commits into from
Sep 18, 2019

Conversation

ShivangiReja
Copy link
Member

Today, the Partition Manager takes the event hub name, consumer group name and partition id to ensure uniqueness for the checkpoint and ownership. Since the same event hub name and consumer group name can exist in another namespace, we need to use the namespace as well to ensure uniqueness.

@ShivangiReja ShivangiReja self-assigned this Sep 16, 2019
@ShivangiReja ShivangiReja added Client This issue points to a problem in the data-plane of the library. Event Hubs labels Sep 16, 2019
Copy link
Contributor

@chradek chradek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add tests for EventHubClient that verifies we can get the fully qualified namespace when we instantiate the client using a connection string, and when we use credentials from identity?

Also, please update the changelogs since there are user-facing changes here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants