Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
-2 votes
1 answer
105 views

WebFlux, localhost (http), Spring Boot 4. No Docker Compose, no K8s. Things that are unlikely to be related but I'll mention just in case: Swagger (springdoc-openapi-starter-webflux-ui:3.0.3), Kafka (...
Sergey Zolotarev's user avatar
1 vote
1 answer
211 views

I'm trying to forward file from http download to s3AsyncClient. Its important for it to be asynchronous, and close to zero copy, so i used netty HttpClient and S3AsyncClient and I pass file through ...
John Jeromin's user avatar
0 votes
0 answers
34 views

I have a web client configured for 60 seconds connect timeout, but it always seems to pick 30 seconds which seems to be the default. In the constructor: webClient = WebClient.builder().baseUrl(url)....
stackuser's user avatar
0 votes
1 answer
120 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
1 answer
220 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
0 votes
0 answers
81 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
1 answer
87 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
2 votes
0 answers
215 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
152 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
1 vote
0 answers
79 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
113 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
-1 votes
1 answer
158 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
303 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
0 votes
0 answers
27 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
0 votes
1 answer
310 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

15 30 50 per page
1
2 3 4 5
332