Skip to main content
0 votes
0 answers
16 views

I have a Netty application with below configuration 1 Boss Thread 96 Worker Threads 5000 Netty socket connections (These connections are permanent unless the application is down or any network dis-...
divya siddu's user avatar
0 votes
1 answer
44 views

My application uses the Spring Cloud Gateway so the stack is Spring + WebFlux. When the application starts it use the SSL certificate from the file. But after few weeks the external system is updating ...
Alexander Kozlov's user avatar
0 votes
0 answers
69 views

We are using Spring Boot 3.5.6 and using Netty to call a downstream HTTP system. We create HttpClient and use proxyWithSystemProperties() to let netty create ProxyProvider using Java System Properties ...
P P's user avatar
  • 81
0 votes
0 answers
69 views

I am having a problem with netty writeAndFlush failing. Specifically, io.netty.util.IllegalReferenceCountException: refCnt: 0 is thrown. Here is the stack trace: 12:49:04.062 [Timer-0] ERROR com....
Clark Hobbie's user avatar
0 votes
0 answers
63 views

We deploy Spring Boot apps onto a dedicated Tomcat via WAR File. In our Tomcat logs (on shutdown) we regularly see messages like This is very likely to create a memory leak followed by some io.netty....
Thomas Lang's user avatar
  • 1,525
2 votes
0 answers
159 views

Since updating our project from Spring Boot 3.1.3 to Spring Boot 3.4.3, we have come across an unusual problem that we have not seen before. We have a findAll() method that gets a Flux (of type Platz)....
Oliver Watkins's user avatar
0 votes
0 answers
100 views

I'm trying to configure an HTTP proxy (without CONNECT tunnelling support) for my Spring WebFlux WebClients (based on Netty HttpClient) but without success (403 HTTP status code). As explained in the ...
1Z10's user avatar
  • 3,469
1 vote
0 answers
67 views

I'm trying to implement a high-performance fan-out (broadcast) service in Netty where I need to write the same, immutable ByteBuf to multiple channels. To avoid memory copies, I'm using ...
user3888453's user avatar
2 votes
1 answer
101 views

I wrote a small client-server system with Netty. The client(s) send messages to a server, and the server responds with an ACK once the message is processed. This ACK contains an ever incrementing ...
Alex's user avatar
  • 274
0 votes
1 answer
94 views

Hello I am facing some issues while Integrating Grpc Client to use Netty's NIO for grpc call and handling callbacks, i want application threads to be free from tracking the status of grpc calls and ...
Rohan Sharma's user avatar
0 votes
1 answer
161 views

I am trying to enable swagger enable with my spring boot application, that uses WebFlux and I disabled tomcat, and add netty, in Spring Boot 3.4.4, but it is not working for me (I saw this post: ...
Carlos's user avatar
  • 1
0 votes
0 answers
23 views

I have implemented an http1 server based on Netty, but I don't know how to set the HTTP keep alive time. So I referred to the implementation code of reactor.netty, but I found that reactor.netty ...
bruce's user avatar
  • 1
0 votes
1 answer
106 views

I have the following configuration: spring-boot-starter-parent: 3.4.7 spring-boot-starter-web (excluding spring-boot-starter-tomcat in order to have netty instead Tomcat) spring-boot-starter-webflux` ...
Carlos's user avatar
  • 1
0 votes
0 answers
68 views

I have a Spring Boot webflux app, running Netty. When enabling SSL performance hurts more than expected, and I want to check if using native OpenSSL (netty-tcnative) helps. I think I have everything ...
johnarne's user avatar
0 votes
0 answers
191 views

I'm experiencing a Connection reset by peer exception in my Spring Boot 3.4.4 application that uses Spring Cloud Gateway with WebFlux to serve a web application. The entire stack is deployed in a ...
stephank95's user avatar

15 30 50 per page
1
2 3 4 5
334