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] Receive Batch should re-use its batching receiver #3304

Closed
ramya-rao-a opened this issue May 30, 2019 · 1 comment
Closed

[Event Hubs] Receive Batch should re-use its batching receiver #3304

ramya-rao-a opened this issue May 30, 2019 · 1 comment
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

Today, each call to receiveBatch() creates a new AMQP receiver link and closes it at the end of the operation.

The new API proposal in #2718 (comment) introduces the concept of dedicated receivers.

This issue is to ensure that multiple receiveBatch() operations inside a receiver, re-uses the AMQP receiver link.

@ramya-rao-a ramya-rao-a added Client This issue points to a problem in the data-plane of the library. Event Hubs labels May 30, 2019
@ramya-rao-a ramya-rao-a added this to the Sprint 154 milestone May 30, 2019
@ramya-rao-a
Copy link
Contributor Author

Done with #3380

@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

1 participant