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

option: remove experimental API WithGRPCConnectionPool #442

Closed
wants to merge 2 commits into from

Conversation

dfawley
Copy link

@dfawley dfawley commented Jan 13, 2020

The experimental APIs relied upon by this option were deleted in grpc/grpc-go#3301

Fixes #441

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 13, 2020
@dfawley
Copy link
Author

dfawley commented Jan 13, 2020

@jadekler - can you take a look?

@jeanbza jeanbza requested a review from codyoss January 13, 2020 19:46
@jeanbza
Copy link
Member

jeanbza commented Jan 13, 2020

Ooo, yikes, this one is bad. I'm OOO and also no longer on client libraries - paging @tbpg, @codyoss, @broady .

@broady
Copy link
Contributor

broady commented Jan 13, 2020 via email

@codyoss
Copy link
Member

codyoss commented Jan 13, 2020

Note we do make use of the option in google-cloud-go in a couple of spots as well.

@dfawley
Copy link
Author

dfawley commented Jan 13, 2020

This is an immediate fix to all users that do not depend upon the experimental parts of this package. I would recommend submitting it to unbreak people while you work on a full fix.

Note that any package which contains a dependency on any experimental code should be considered experimental in its entirety. So I would recommend re-adding the experimental functionality in a separate package.

@broady
Copy link
Contributor

broady commented Feb 4, 2020

as discussed, fix is in progress

@broady broady closed this Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

grpc.RoundRobin and grpc.WithBalancer no longer exist
5 participants