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

[AMQP Python] Port Event Hubs to receive events #19238

Closed
yunhaoling opened this issue Jun 14, 2021 · 1 comment · Fixed by #19748
Closed

[AMQP Python] Port Event Hubs to receive events #19238

yunhaoling opened this issue Jun 14, 2021 · 1 comment · Fixed by #19748
Assignees
Labels
AMQP Python Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew P0
Milestone

Comments

@yunhaoling
Copy link
Contributor

yunhaoling commented Jun 14, 2021

For the initial implementation, this needs to work for only the most basic receive scenario to show that prototype works.

Focus on receiving events of data body (string/bytes) only

  • establishment connection to the service endpoint
  • receive from a single partition
  • receive from all partitions
  • receive batch from a single partition
  • receive batch from all partitions
@yunhaoling yunhaoling added AMQP Python Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew labels Jun 14, 2021
@yunhaoling yunhaoling added this to the [2021] July milestone Jun 14, 2021
@yunhaoling yunhaoling added the P0 label Jun 14, 2021
@swathipil
Copy link
Member

add more tests, in separate PR.
look at test coverage first to make sure we are being thorough

@swathipil swathipil linked a pull request Jul 13, 2021 that will close this issue
ghost pushed a commit that referenced this issue Jul 19, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AMQP Python Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew P0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants