vermas7988 commented on issue #417: URL: https://github.com/apache/pekko-grpc/issues/417#issuecomment-2510203741
As mentioned in the link you shared, "_When multiple endpoints are discovered for a gRPC client, currently one is selected and used for all outgoing calls_". Ideally we should be able to send requests to both endpoints in a `round_robin` fashion. Even if `round_robin` is provided as load balancing policy, only one host is receiving requests. I see in the docs, "_Client-side load balancing is desirable when you are using the default static or the grpc-dns discovery mechanism._". But the meaning of default static method is not clear to me. Can we add some example for this use case? Also, I searched on internet for client side load balancing for akka-grpc with akka discovery and found old merge in akka grpc:(https://github.com/akka/akka-grpc/issues/809) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org