grpc
grpc copied to clipboard
[Question] Does a grpc client connection pool make sense?
Does it makes sense to provide or implement a connection pool for clients or is this already somehow achieved with the current implementation?
So is it reusing connections?