gax-java
gax-java copied to clipboard
FR: make channel pool dynamically sized
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