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

googlec2p: remove support for the experimental scheme #6645

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

easwars
Copy link
Contributor

@easwars easwars commented Sep 18, 2023

RELEASE NOTES: none

@easwars easwars requested a review from apolcyn September 18, 2023 22:18
@easwars easwars added the Type: Internal Cleanup Refactors, etc label Sep 18, 2023
@easwars easwars added this to the 1.59 Release milestone Sep 18, 2023
resolver.Register(c2pResolverBuilder{
scheme: c2pExperimentalScheme,
})
resolver.Register(c2pResolverBuilder{scheme: c2pScheme})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the scheme from the Builder now since we don't need it to be changeable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@dfawley dfawley assigned easwars and unassigned apolcyn Sep 19, 2023
@easwars easwars assigned dfawley and unassigned easwars Sep 19, 2023
@dfawley dfawley assigned easwars and unassigned dfawley Sep 25, 2023
@easwars easwars merged commit 4ced601 into grpc:master Sep 25, 2023
10 checks passed
@easwars easwars deleted the delete_googlec2p_experimental branch September 25, 2023 17:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants