You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: