What version of gRPC and what language are you using?
GRPC 1.4.1 C# from NuGet package
What operating system (Linux, Windows, …) and version?
Windows 7 64-bit
What runtime / compiler are you using (e.g. python version or version of gcc)
C# compiler from within VS2015
What did you do?
- Created a project which should use name resolver for service discovery
- Looked at Channels and the rest of the API
What did you expect to see?
Find a way to implement a name resolver like with grpc-java
What did you see instead?
It seems that name resolving is not implemented but only using C core implementation. Wrapper methods to define a resolver would be needed.
Anything else we should know about your project / environment?
This ticket is related to #11843.
What version of gRPC and what language are you using?
GRPC 1.4.1 C# from NuGet package
What operating system (Linux, Windows, …) and version?
Windows 7 64-bit
What runtime / compiler are you using (e.g. python version or version of gcc)
C# compiler from within VS2015
What did you do?
What did you expect to see?
Find a way to implement a name resolver like with grpc-java
What did you see instead?
It seems that name resolving is not implemented but only using C core implementation. Wrapper methods to define a resolver would be needed.
Anything else we should know about your project / environment?
This ticket is related to #11843.