xDS support
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 836
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 7
Description
### Is your feature request related to a problem? Please describe.
We have noticed that the .NET implementation has no support for xDS yet
https://grpc.github.io/grpc/core/md_doc_grpc_xds_features.html
https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md
https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#xds-protocol
### Describe the solution you'd like
We would like to leverage proxy-less load-balancing either via Istio or Envoy directly
### Describe alternatives you've considered
The current implementation of gRPC in .NET does give us a way to write custom resolvers and/or client-side load-balancers. But it would be ideal if we had official support for it in this library.
### Additional context
N/A
Contributor guide
Assessment
This issue has not been assessed yet.