-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add an option to enable DirectPath xDS #1942
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mohanli-ml
force-pushed
the
c2p-xds-option
branch
from
April 12, 2023 22:01
ac86acb
to
8f3c31e
Compare
mohanli-ml
changed the title
Add an option to enable DirectPath xDS
feat: add an option to enable DirectPath xDS
Apr 12, 2023
@codyoss Hi Cody, can you help to review PR? Thanks! |
codyoss
approved these changes
Apr 18, 2023
codyoss
reviewed
Apr 18, 2023
codyoss
approved these changes
Apr 19, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Apr 19, 2023
🤖 I have created a release *beep* *boop* --- ## [0.119.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.118.0...v0.119.0) (2023-04-19) ### Features * Add an option to enable DirectPath xDS ([#1942](https://togithub.com/googleapis/google-api-go-client/issues/1942)) ([685ec81](https://togithub.com/googleapis/google-api-go-client/commit/685ec81a16c29f3ae9e487042f954ed59adb97df)) * **all:** Auto-regenerate discovery clients ([#1943](https://togithub.com/googleapis/google-api-go-client/issues/1943)) ([690068f](https://togithub.com/googleapis/google-api-go-client/commit/690068ff96fb835a881629868d069f117a983ea2)) * **all:** Auto-regenerate discovery clients ([#1947](https://togithub.com/googleapis/google-api-go-client/issues/1947)) ([a0dacd5](https://togithub.com/googleapis/google-api-go-client/commit/a0dacd59461bc796d54c387f666520a67806d14b)) * **all:** Auto-regenerate discovery clients ([#1948](https://togithub.com/googleapis/google-api-go-client/issues/1948)) ([e1eda57](https://togithub.com/googleapis/google-api-go-client/commit/e1eda577a094fc8ffd402c6dc28e95a2998d3010)) * **all:** Auto-regenerate discovery clients ([#1952](https://togithub.com/googleapis/google-api-go-client/issues/1952)) ([4cb8eb9](https://togithub.com/googleapis/google-api-go-client/commit/4cb8eb989d2783f5da2b37e8c75ef38eb59441bb)) * **all:** Auto-regenerate discovery clients ([#1953](https://togithub.com/googleapis/google-api-go-client/issues/1953)) ([d85769c](https://togithub.com/googleapis/google-api-go-client/commit/d85769c0ff0ffb1cea5215c66dadc30801621434)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently DirectPath xDS is enabled by using env. We want to also provide an option for this.
Java PR: googleapis/gax-java#1968
@veblush