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 one tcp connection from the client, and only one service backends got the traffic, other backends just working as a "backup" (unless the connected server down, otherwise it will never got the traffic from this Node).
according https://grpc.io/blog/loadbalancing, I did some search around, still hoping Haproxy can make this happen, or is it on the road map? Thanks -Ryan

