RxContexts.DEFAULT_CORRELATOR)
.withMaxConnections(1).enableWireLogging(LogLevel.ERROR)
.withIdleConnectionsTimeoutMillis(100000).build();
ContextsContainer container = new ContextsContainerImpl(new MapBackedKeySupplier());
container.addContext(CTX_1_NAME, CTX_1_VAL);
container.addContext(CTX_2_NAME, CTX_2_VAL, new TestContextSerializer());
String reqId = "testWithPooledConnections";
RxContexts.DEFAULT_CORRELATOR.onNewServerRequest(reqId, container);
invokeMockServer(testClient, reqId, false);