techie_901
techie_901
I collected heap dump after reproducing the issue and jetty client is one of the highest contributor in memory usage. Please find screenshots below.    I...
**(I am not using jetty server only jetty reactive client is used)** ClientHttpConnector httpConnector = new JettyClientHttpConnector(httpClient); WebClient destWebClient= WebClient.builder().clientConnector(httpConnector).baseUrl(extUrl).build(); I had configured maxConcurrentPushedStreams and maxConnectionsPerDestination set to 1000 and...
This is the httpclient dump collected from the application. I have attached it. [http-dump.txt](https://github.com/eclipse/jetty.project/files/7949941/http-dump.txt)