Add support for local and remote addresses on the server for child ch…#13343
Merged
normanmaurer merged 6 commits intomainfrom Apr 21, 2023
Merged
Add support for local and remote addresses on the server for child ch…#13343normanmaurer merged 6 commits intomainfrom
normanmaurer merged 6 commits intomainfrom
Conversation
…annels when UDS (#13323) Motivation: Local and remote addresses are not available on the server for child channels when Unix Domain Sockets is used. There are use cases where one may need this information in order to collect metrics per local or remote addresses. Modifications: - Add JNI code for obtaining local/remote address - When creating a child channel initialise the local/remote addresses. - Add junit tests Result: Local and remote addresses are now available on the server for child channels when Unix Domain Sockets is used. Co-Authored-by: Norman Maurer <norman_maurer@apple.com>
This file contains hidden or 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
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.
…annels when UDS (#13323)
Motivation:
Local and remote addresses are not available on the server for child channels when Unix Domain Sockets is used. There are use cases where one may need this information in order to collect metrics per local or remote addresses.
Modifications:
Result:
Local and remote addresses are now available on the server for child channels when Unix Domain Sockets is used.