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

[EventHubs] separate Avro API from Buffered Producer changes #24196

Closed
swathipil opened this issue Apr 26, 2022 · 0 comments · Fixed by #24214
Closed

[EventHubs] separate Avro API from Buffered Producer changes #24196

swathipil opened this issue Apr 26, 2022 · 0 comments · Fixed by #24214
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew
Milestone

Comments

@swathipil
Copy link
Member

swathipil commented Apr 26, 2022

For May 2020 release of EH, we need to do the 5.9.0 GA the Avro API changes. Currently, the 5.9.0b3 includes BufferedProducer, which we don't want to GA yet.
Questions:

  1. What will be the new version for the BufferedProducer? --> 5.10.0b1

We need to separate these, by either:

  1. Making all BufferedProducer public API private, but keeping actual code changes on main.
  2. Moving all BufferedProducer changes to a feature branch. Then, removing all BufferedProducer code on main so that only Avro updates are on main. (Probably more copy/paste work..)

Probably prefer 2, since we want to do a few more beta releases for the BufferedProducer.

@swathipil swathipil added Event Hubs Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew labels Apr 26, 2022
@swathipil swathipil added this to the [2022] May milestone Apr 26, 2022
@swathipil swathipil self-assigned this Apr 26, 2022
@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
Client This issue points to a problem in the data-plane of the library. Event Hubs Messaging Messaging crew
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant