[grpc-io] [Java] Netty transport use HTTP1?

2017-08-04 Thread mvnjpy
The Java implementation supports Netty for transport. Is there a way to make it use HTTP1 with this transport? I need to work with load balancers that don't support HTTP2. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this gro

[grpc-io] Re: [Java] gRPC failure Connection reset by peer with inactivity.

2017-08-04 Thread cr22rc
Also any advise on good practices to make connections appear more resilient to the layers up the stack? On Friday, August 4, 2017 at 10:44:54 AM UTC-4, cr2...@gmail.com wrote: > > Hi, > I have code that's using the futureStub and using NettyChannelBuilder with > no other properties set other th

[grpc-io] [Java] gRPC failure Connection reset by peer with inactivity.

2017-08-04 Thread cr22rc
Hi, I have code that's using the futureStub and using NettyChannelBuilder with no other properties set other than usePlaintext(true); I have users that are claiming everything is working fine except if there's no activity on that connection for about 20 minutes. Then they see: gRPC failure=Sta

[grpc-io] error: undefined reference to `grpc::ServerBuilder::AddListeningPort(std::string const&, std::shared

2017-08-04 Thread Thomas Schober
Hi, i compiled grpc according to the documentation by using MSYS2. I can compile the helloworld example without problems. No i wrote the following example : #include #include "../protobuff/demo.pb.h" #include "MathToolsImpl.h" #include "grpc++/grpc++.h" using namespace std; int main()

[grpc-io] undefined reference to grpc::ServerBuilder::AddListeningPort

2017-08-04 Thread Thomas Schober
Hi, i managed to compile everything using MSYS2 for c++ and wrote a small example. The only Problem i have, is that AddListeningPort function of ServerBuilder does not work. My code looks like this : Code hier eingeben... #include #include "../protobuff/demo.pb.h" #include "MathToolsImpl.

Re: [grpc-io] Set keepalive in C# client

2017-08-04 Thread 'Jan Tattermusch' via grpc.io
In that case, please file a github issue and include as much info as possible to reproduce. thanks Jan On Monday, July 24, 2017 at 6:02:17 PM UTC+2, koen.vl...@gmail.com wrote: > > I already had a logger in place and I was also seeing logs, there were > just no outgoing logs at the 5 minute mar