gax-java icon indicating copy to clipboard operation
gax-java copied to clipboard

FR: make channel pool dynamically sized

Open igorbernstein2 opened this issue 4 years ago • 0 comments

gax supports a round robin channel pooling to allow increased concurrency to spread load across afes. Currently its statically sized at client construction time. It would be nice to dynamically size the pool based on current load. gax-dotnet has some prior art: it grows & shrinks the pool based on number of outstanding requests

igorbernstein2 avatar Mar 18 '21 18:03 igorbernstein2