Comments on: Secure Rate Limiting with Spring Cloud Gateway https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 05 Aug 2024 09:25:22 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Kris https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-2489 Mon, 05 Aug 2024 09:25:22 +0000 https://piotrminkowski.com/?p=9733#comment-2489 Hi,
The example shows remaining requests, but never gived too many requests…is that correct?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1370 Thu, 20 Jan 2022 14:10:57 +0000 https://piotrminkowski.com/?p=9733#comment-1370 In reply to aylin.

Yes, it should work. Did you try it?

]]>
By: aylin https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1363 Wed, 19 Jan 2022 14:32:07 +0000 https://piotrminkowski.com/?p=9733#comment-1363 I have configured an endpoint, so that clients can call only 5 times per hour, then it should throw too many request exception. But after 15 minutes that i got too many request, i could do a successful call again.

redis-rate-limiter:
replenishRate: 1
burstCapacity: 3600
requestedTokens: 720
how should i update these values, so that only 5 request per hour would allowed?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1259 Tue, 12 Oct 2021 15:03:47 +0000 https://piotrminkowski.com/?p=9733#comment-1259 In reply to Tolu.

Hi!
You can contact me at piotr.minkowski@gmail.com

]]>
By: Tolu https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1254 Sat, 02 Oct 2021 22:11:33 +0000 https://piotrminkowski.com/?p=9733#comment-1254 Hi. Thank you for your tutorial. I have a few questions. Can I go ahead and ask? OR just drop you my email address and we can talk more via email?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1239 Tue, 31 Aug 2021 15:32:06 +0000 https://piotrminkowski.com/?p=9733#comment-1239 In reply to João Paulo.

Yes, in that case, you have four requests per user per one minute.

]]>
By: João Paulo https://piotrminkowski.com/2021/05/21/secure-rate-limiting-with-spring-cloud-gateway/#comment-1216 Mon, 09 Aug 2021 16:08:54 +0000 https://piotrminkowski.com/?p=9733#comment-1216 Hello Piotr! Thanks for sharing your knowledge! It was not clear to me how do I set requests per minute or requests per hour. Is it possible?

]]>