tcp mode support http2 multiplexing load balance

2017-09-23 Thread Ryan Qian
Really hope Haproxy can support tcp mode support http2 multiplexing load balance. Currently we are using Haproxy on each Node, all the service caller on this node will call this local Haproxy for GRPC service backends. This mode didn't works well for GRPC which is http2 mode, as there is only

Re: tcp mode support http2 multiplexing load balance

2017-09-23 Thread Andrew Rodland
TCP mode, by definition, means that the proxy doesn't look at what is inside the connection; it proxies one connection to one destination. What you're asking for isn't TCP mode at all, but HTTP mode for http2. Which is a work in progress, but not yet available in HAProxy. Andrew

Re: tcp mode support http2 multiplexing load balance

2017-09-23 Thread Ryan163
Thank you Andrew, glad to know this is working in progress. -Ryan   Original Message   From: Andrew Rodland Sent: Sunday, September 24, 2017 01:37 To: r...@163.com Cc: haproxy@formilux.org Subject: Re: tcp mode support http2 multiplexing load balance TCP mode, by definition, means that the proxy