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)
Spring cloud gateway - io.netty.util.internal.OutOfDirectMemoryError when using modifyRequestBody filter
I am using
Spring Cloud Gateway version 3.0.3
reactor-netty-core 1.0.10
and i am facing a io.netty.util.internal.OutOfDirectMemoryError when the spring cloud gateway modifyRequestBody filter is bein...
yjSincerely
Votes: 0
Answers: 0
Spring WebClient corrupts binary data
I'm sending files containing binary data from service A to service B. When the number of files is relatively small (let's say 5) everything works well. However, when I try to send more files (let's sa...
k13i
Votes: 0
Answers: 1
io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
I am getting the following exception while subscribing to pub-sub Redis.
io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
at io.netty.util.internal.ReferenceCountUpdater.toLiv...

Zakir saifi
Votes: 0
Answers: 1
How to switch back from blocking scheduler to previous scheduler using netty-reactor?
How to switch back from blocking scheduler (blocking-pool) to previous scheduler (reactor-http-nio) using Spring Webflux + Netty + Reactor?
The code:
@RequiredArgsConstructor
@Service
@Slf4j
public cl...
era.tolekov
Votes: 0
Answers: 1