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

java allows to set an authority CallOption, but Golang does not #4096

Closed
Ivansamara109 opened this issue Dec 10, 2020 · 1 comment
Closed

Comments

@Ivansamara109
Copy link

Ivansamara109 commented Dec 10, 2020

Hello.

We use gRPC in a service mesh in which our applications connect insecurely to a sidecar on the local network and the sidecar does the work of initiating TLS to backends and load balancing/routing based on the :authority pseudo header.

We use this java grpc implementation feature in our java application. It allows us to re-use a single Channel for multiple services, even if those services are hosted on different domain names.

Is it possible to add the same feature for go implementation of gRPC?

@easwars
Copy link
Contributor

easwars commented Dec 10, 2020

This has been discussed earlier. Please see: #3444.

Closing this a duplicate.

@easwars easwars closed this as completed Dec 10, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants