Reactor Pool uses a single-threaded acquisition method to dispatch pool allocation requests as the consequence of its non-blocking synchronization means. This can cause congestion on a single thread and negatively impact scalability.
We should explore whether we could obtain a Scheduler from a Connection in case it is Wrapped.