About 51 results
Open links in new tab
  1. What is the right way to upgrade netty and its components for …

    Oct 15, 2021 · Discover the correct approach to upgrade Netty and its components for enhanced security, ensuring your applications remain secure and up-to-date.

  2. java - Understanding Netty's use of Threads - Stack Overflow

    Jan 4, 2012 · In netty, events that flow through a channel pipeline occur in order as each channel is effectively only assigned to one thread and each handler calls each other in turn. This …

  3. What's the difference between Jetty and Netty? - Stack Overflow

    Sep 3, 2020 · What is the main difference between Jetty and Netty? Netty is part of Jboss, but is it the default web server container? Does Netty support Servlets 3.0?

  4. Connection reset by peer: reactor-netty - Stack Overflow

    May 13, 2025 · We have a microservices-based Spring Boot architecture where we use Spring WebClient which internally uses Reactor Netty for inter-service communication (i.e., Service A …

  5. Connection reset by peer error using Netty - Stack Overflow

    May 19, 2025 · Connection reset by peer means that your peer (to other side of the connection), or intermediate network equipment sent an RST packet because the connection broke in some …

  6. OOM killed JVM with 320 x 16MB Netty DirectByteBuffer objects

    Apr 13, 2021 · Netty pooling won't behave like the Java GC vs heap ie increasing some throttling/frequency of its work in order to use resources within specified limits (throwing OOM …

  7. java - Netty vs Apache MINA - Stack Overflow

    Oct 28, 2009 · They both provide roughly the same functionality. Which one should I choose to develop my high-performance TCP server? What are the pros & cons? Reference links: …

  8. Netty with ReactorClientHttpConnector: How to set readTimeout ...

    Jan 7, 2021 · Netty has deprecated the usage of HttpClient#tcpConfiguration. We are looking for a simple way how to configure: connectTimeout: How long to wait for a connection …

  9. Facing io.netty.handler.timeout.ReadTimeoutException: null while ...

    Jun 1, 2021 · Facing io.netty.handler.timeout.ReadTimeoutException: null while consuming server sent events Asked 4 years, 6 months ago Modified 2 years, 5 months ago Viewed 35k times

  10. Spring Boot 3.4.3 Reactor Netty HTTPClient uses HTTP3 for …

    Got this issue after switching from spring boot 3.3 to 3.4. I have a Webclient configured to read data from the docker engine REST API using the unix socket: …