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 Cloud Gateway inside k8s - routes are not being load balanced
I am using spring-cloud-gateway 2021.0.0 inside a k8s cluster. I also have one k8s service with 2 pods. My issue is that the spring gateway is always routing the traffic to the same pod. If I remove t...

lILLO
Votes: 0
Answers: 2
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
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