Re: Is grpc keepalive supported ?

2018-04-02 Thread Maxim Dounin
Hello! On Mon, Apr 02, 2018 at 03:47:12AM -0400, bcoz123 wrote: > If there are multiple grpc clients in the front, > Does nginx reuse the same connection to the backend grpc server? > By my test, it seems not. > In my opinion, http2 can support that. > And it can save resourses by avoid creating

Re: Is grpc keepalive supported ?

2018-04-02 Thread bcoz123
Thanks, Maxim, I have another question, If there are multiple grpc clients in the front, Does nginx reuse the same connection to the backend grpc server? By my test, it seems not. In my opinion, http2 can support that. And it can save resourses by avoid creating new tcp connection for each grpc req