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] Ensure names of receivers are unique #6378

Closed
ramya-rao-a opened this issue Dec 3, 2019 · 1 comment
Closed

[Event Hubs] Ensure names of receivers are unique #6378

ramya-rao-a opened this issue Dec 3, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs

Comments

@ramya-rao-a
Copy link
Contributor

In Event Hubs library, users can currently provide a name for the receiver that gets created when they initiate a receive call. This name is internally used in a cache that we maintain for receivers which is used to recover broken receivers

Since users can provide the same name when using receive against different partitions, our internal cache gets to a bad state resulting in not being able to recover from broken receivers.

@chradek
Copy link
Contributor

chradek commented Dec 12, 2019

Closed by #6506

@chradek chradek closed this as completed Dec 12, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

No branches or pull requests

2 participants