The only included NameResolver <https://grpc.io/grpc-java/javadoc/io/grpc/NameResolver.html> is a DnsNameResolver <https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/DnsNameResolver.java>, which is the class that the grpc client uses to turn something like " myserver.example.com" into a set of hosts. Other people in the community have opted to use things like Zookeeper and etcd instead of DNS, and wrote their own custom NameResolvers. Are you in an environment where your servers can be set up with a DNS name?
On Fri, Jul 14, 2017 at 2:50 PM, Selcuk Bozdag <[email protected]> wrote: > Hi, > > No, our clients aren't connecting across the public internet. > > So, as far as I get, we need a name resolver. > What else do we need for a successful deployment? > Thanks > > -- > 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/8b844350-92a7-4c41-82d5-1fa0ba5bb4d6%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Spencer Fang -- 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/CAK%3D-x_7Ty0kkTtxVGnrwHtZyG7gP96pOepQW2htrAL19rtQ3GQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
