Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Can openresty support load balance for gRPC request according to some key value like http cookie?
liupengwyy
Hi,
I will use nginx for gRPC reverse proxy. Although nginx provide some "sticky" directive for LB, we need to load balance the gRPC requests for a (logical) session to the same backend gRPC server. Any recommended method?
Thanks