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
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