Spring Cloud Gateway – User Specific Rate Limiter not working
I’ve implemented a rate limiter as a global filter for my Spring BFF, but nothing actually logs. I’m sure the logger should output something on every request the microservice receives.
I’ve implemented a rate limiter as a global filter for my Spring BFF, but nothing actually logs. I’m sure the logger should output something on every request the microservice receives.