core icon indicating copy to clipboard operation
core copied to clipboard

feat: switch webclient to rest template in proxies

Open maryarm opened this issue 8 months ago • 0 comments

Description

We recently faced a lot of 502 response when calling the API module, although the main cause is not still clear for us, we can detect signs of memory leaks by WebClient. In this PR, all WebClients in Proxy classes are replaced with RestTemplate, we only kept WebClient for SecurityConfig as it still uses Webflux.

maryarm avatar Apr 21 '25 12:04 maryarm