python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java Netty Websocket Client with multiframe support
I'm straggling with a netty Websocket client. The client successfully receives single frame payload. When the payload is too large for a single frame, the client receives only the first frame. Obvious...

Stanislav Melnikov
Votes: 0
Answers: 1
Upload payload body to Spring Cloud Gateway before making proxy or downstream calls?
Original question (Please view edit):
In nginx, there is module directive called proxy_read_timeout: http://nginx.org/en/docs/http/ngx_http_proxy_module.html - By default, it is 60s, and as I understa...
Franz
Votes: 0
Answers: 0
block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-5
I'm using spring boot version '2.4.5' and 'org.springframework.boot:spring-boot-starter-webflux'. When I try to execute the code below, I get the following error block()/blockFirst()/blockLast() are b...
MA1
Votes: 0
Answers: 2
How to enable netty metrics in Webflux application
I call Schedulers.enableMetrics() in application starter and define a bean :
@Bean
public NettyServerCustomizer nettyServerCustomizer() {
return httpServer -> httpServer.metrics(true, () ->...
Begemotik
Votes: 0
Answers: 0