--
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 grpc-io+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
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/cf78d95d-2408-47a8-b762-049e4e089094%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 grpc-io+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
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.
The only included NameResolver is a DnsNameResolver, 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 <selcuk...@gmail.com> 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 grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
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