Hey all!
What are your thoughts on re-using existing client connections vs initiating a new one for every call?
--grpc-max-conn-age
defaults to quite a low value (30s), which suggests to me that the idea usually is to initiate fresh connections quite frequently.
Is that assumption true? How are others handling this?