Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5996
Async I/O works best with asynchronous clients. For synchronous client, you
need a threadpool or something else to concurrently fire off requests.---
