Closed
Description
One big difference between our networking stack and the one in the java client is that we send requests immediately while the java client puts them on an internal queue (per connection) and tries to send pending requests during calls to poll() . I would like to investigate using the same approach.