Hi, I am pretty new to gRPC so apologies if this information is already in the public domain and I have just failed to find it. I am looking at the DNS Authority syntax defined here: https://github.com/grpc/grpc/blob/master/doc/naming.md and trying to get it working with the C# client.
If I could get this working it would be a massive boon for us, allowing us to utilise an existing Consul cluster which already does health checking as a full blown service catalgue. I have tested with the GRPC nuget package 1.7.1 (and 1.8.0-pre) and it seems impossible to get it working. From what I have read, it is implemented in the newer resolver c-ares DNS resolver. As setting the environment variable GRPC_DNS_RESOLVER to 'ares' seems to have no effect (confirmed by log line "dns_resolver.cc:307: Using native dns resolver"), I presume the native build of Core provided with the nuget packages does not have the c-ares resolver enabled? Is this Core functionality to be exposed via the C# API anytime soon? Or is it already there and I am just not using the correct magic incantation? Thanks for any help and info Duncan -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/0840bb1d-7541-41dc-b030-b4ea731c7ea9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
