-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[EventHubs] Buffered Producer One ProducerClient Design #19787
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Messaging
Messaging crew
Milestone
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jul 13, 2021
yunhaoling
added
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Messaging
Messaging crew
labels
Jul 13, 2021
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jul 13, 2021
yunhaoling
changed the title
[EventHubs] Streaming Producer
[EventHubs] Streaming Producer Preview
Aug 17, 2021
yunhaoling
changed the title
[EventHubs] Streaming Producer Preview
[EventHubs] Buffered Producer Preview
Sep 15, 2021
yunhaoling
changed the title
[EventHubs] Buffered Producer Preview
[EventHubs] Buffered Producer One ProducerClient Design
Sep 15, 2021
2 tasks
we're going with one client approach + callback. |
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-python
that referenced
this issue
Jul 20, 2022
Review request for Microsoft.ContainerService to add version 2022-06-02-preview (Azure#19653) * Adds base for updating Microsoft.ContainerService from version preview/2022-05-02-preview to version 2022-06-02-preview * Updates readme * Updates API version in new specs and examples * update readmes (Azure#19422) * Containerservice 2022 06 02 preview fleet (Azure#19541) * add fleets and fleet members resource types * remove clusterLocation * wording * don't flatten hubprofile * extra comma * fix patch example * Fix violated rule R4041 for 2022-06-02-preview managedCluster swagger (Azure#19582) * remove useless directive * fix R4041 * fix * add node restriction to swagger (Azure#19587) * aks fleet list credentials api (Azure#19559) * add fleet list credential api * tweaks * fix example filename * fix casing * add resourceId on hubProfile * drop the new field, keep it as internal field * fix duplicate shema error * different name for fleet credential results * use xms-identifier on the array items * prettier fi Co-authored-by: Stephane Erbrech <stephane.erbrech@gmail.com> * sterbrec - address fleet comments - Microsoft.ContainerService - 2022-06-02-preview (Azure#19783) * address fleet comments * add example for nadditional status code * Add missing `x-ms-long-running-operation-options` for delete operations in fleet-related API (Azure#19787) * add final-state-via * fix final state to location header Co-authored-by: Stéphane Erbrech <stephane.erbrech@gmail.com> Co-authored-by: lht6 <46062996+lht6@users.noreply.github.com> Co-authored-by: Haitao Chen <haitch@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Messaging
Messaging crew
one client approach:
apiview: 🚧
gist: https://gist.github.com/yunhaoling/68881ae39f36ca8d3a7ff6d68d82fea3 🚧
todo:
after the api shape is settle down within the python team
separate clients approach:apiview: https://apiview.dev/Assemblies/Review/58dd36ca07c14a27b93a1003d5595813
gist: https://gist.github.com/yunhaoling/e77dbed3b7bcc8f8c981b3e7a0043582
goals:
The text was updated successfully, but these errors were encountered: