Uozumi Jun

Results 2 issues of Uozumi Jun

original code ``` // 1. download image String url = "https://www.google.com.hk/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" byte[] bytes = HttpUtils.downloadBytes(url); // simply downloads the image to bytes // 2. parse the byte array to Bytedeco...

help wanted
question

built-in redis rate limiter script has room for performance tuning **Describe the bug** The builtin [request_rate_limiter.lua](https://github.com/spring-cloud/spring-cloud-gateway/blob/main/spring-cloud-gateway-server/src/main/resources/META-INF/scripts/request_rate_limiter.lua) script is used for rate limiting, implementing Token Bucket Algorithm, the script's main logic...

waiting-for-triage