There is no client side load balancing for gRPC module.
All the requests land on one instance rather than distributing the load between multiple instances.
Is it possible to add basic load balancing on client side e.g. round_robin or other pattern so request load can be distributed among instances?