[grpc-io] Re: gRPC not resolving DNS to a kubernetes service

2017-04-07 Thread 'Jan Tattermusch' via grpc.io
Out of curiosity, have you tried with the long DNS name of the service? (I think that's something in the sense of myservice.default.svc.cluster.local) On Wednesday, March 15, 2017 at 6:37:30 PM UTC+1, kknb...@gmail.com wrote: > > Hi, > This is about the interplay of gRPC and Kubernetes, but I'm

[grpc-io] DNS External Load Balancing

2017-04-07 Thread mvnjpy
I was reading the docs for load balancing and naming, and I'm trying to understand how exactly to set this (from https://github.com/grpc/grpc/blob/master/doc/naming.md): - A boolean indicating whether the address is a backend address (i.e., the address to use to contact the server directl

Re: [grpc-io] Proposal: true binary encoding for metadata

2017-04-07 Thread 'Louis Ryan' via grpc.io
Can you elaborate in the spec on why the NUL prefix is needed? You mention the alternatives but not why this is being done, I presume it's to disambiguate with base64 encoded stuff while setting negotiation is in flight. Otherwise LGTM +cc Piotr re our recent discussion about the IETF proposal fo

Re: [grpc-io] Proposal: true binary encoding for metadata

2017-04-07 Thread 'Craig Tiller' via grpc.io
Right... we don't have an ack on the settings negotiation (which keeps things simple) but there's otherwise no way to disambiguate base64 - and the NUL has the nice property of being otherwise disallowed by http2. On Fri, Apr 7, 2017 at 3:49 PM Louis Ryan wrote: > Can you elaborate in the spec o