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
Resilence4j 1.7.1 is not executing - jdk 17
I am not sure if this is a jdk compatibility issue or if I am missing something. I tried resilence4j git dependency as below:
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring...

Thomson Mathew
Votes: 0
Answers: 1
Spring Cloud GW -Resilience4j overrides http message
I am trying to add resillience4j to my spring cloud gw project.And I am using settings below to record some specific http codes as exception which is works well. But there is some minor tricky situati...
docklet
Votes: 0
Answers: 0
Spring-Circuit-Breaker-Resilience4j-Nested Failover
I have multiple failover layers. If my getData1() throws any exception, it must fall back to getData2() and if this method too throws exception then it must fall back to getData3(). I tried annotating...

AMOGH G
Votes: 0
Answers: 1