Hi Selcuk, since the architecture is quite simple, I don't see any problems 
with just having clients connect to the "hostname:port" of the single 
machine right now.

On Tuesday, July 18, 2017 at 12:39:58 AM UTC-7, Selcuk Bozdag wrote:
>
> Hi,
>
> Sorry for the late response. All our services will be deployed on a single 
> machine. And the server will have a DNS name. Thanks.
>
> On Saturday, 15 July 2017 01:40:27 UTC+3, Spencer Fang wrote:
>>
>> 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/52cb30f8-ab6b-4c3b-b9ec-47fad5f52b86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to