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 both batching and streaming receivers are able to re-establish links on retryable errors #3310

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

Comments

@ramya-rao-a
Copy link
Contributor

Both batching and streaming receiver should retry establishing the AMQP receiver link in the below cases. The re-established link should start from the checkpoint i.e the last event provided to the user

  • retryable receiver error
  • retryable session error
  • retryable connection error

We know this is done for streaming receiver. The same needs to be done for batching receiver as well

@ramya-rao-a
Copy link
Contributor Author

Done with #3493

@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