Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For streaming gRPC, do load balancing on requests instead of connections. #810

Open
vihangpatil opened this issue Sep 4, 2019 · 0 comments

Comments

@vihangpatil
Copy link
Member

vihangpatil commented Sep 4, 2019

Problem description

The load balancing on streaming gRPC happens on connections.
So, a single gRPC streaming connection is established with a single instance of prime.
Hence, that one instance of prime gets all the CCR gRPC requests.
#Instead, the load balancing should happen on requests instead of connections.

Reference

This article clearly explains the issue:
https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/

#715 has a dependency on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant