Re: [grpc-io] Re: Connect to a Go GRPC Server running with TLS enabled using node js grpc client

2017-03-14 Thread 'Michael Lumish' via grpc.io
One possibility is that the client is not set up to use SSL. Can you show the code you use to initialize the clients? On Tue, Mar 14, 2017 at 5:03 PM 'Menghan Li' via grpc.io < grpc-io@googlegroups.com> wrote: > gRPC server expects http2.ClientPreface( >

[grpc-io] Re: Connect to a Go GRPC Server running with TLS enabled using node js grpc client

2017-03-14 Thread 'Menghan Li' via grpc.io
gRPC server expects http2.ClientPreface(https://godoc.org/golang.org/x/net/http2#pkg-constants). >From the server side log, I can only tell that it didn't get the ClientPreface. The client logs doesn't tell anything more than the connection failed. I'm not sure what the reason is. Can you

Re: [grpc-io] 2D array in proto file for C++ grpc

2017-03-14 Thread 'Eric Gribkoff' via grpc.io
If I'm understanding your question correctly, you are asking about setting nested message values in a proto using the C++ API. The protobuf documentation provides an example of doing this at https://developers.google.com/protocol-buffers/docs/cpptutorial#writing-a-message . On Thu, Mar 9, 2017

[grpc-io] Re: Increase socket buffer size in gRPC C++

2017-03-14 Thread ncteisen via grpc.io
Take a look at grpc_types.h , I think the channel arguments GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH and GRPC_ARG_MAX_SEND_MESSAGE_LENGTH should help you out. On Tuesday, March 14, 2017 at 1:59:56 AM UTC-7,

Re: [grpc-io] Re: gRFC: NodeJS Client Interceptors

2017-03-14 Thread dbojan
This looks a lot clearer. Thanks for the clarification. Sorry I misunderstood the original proposal as documented. On Monday, 13 March 2017 17:18:57 UTC-3, dd...@netflix.com wrote: > > Ok, updated the proposal to provide a full example without builders. > > On Monday, March 13, 2017 at 12:53:15