marcosbarbero / spring-cloud-zuul-ratelimit

Rate limit auto-configure for Spring Cloud Netflix Zuul

Home Page:https://blog.marcosbarbero.com/spring-cloud-netflix-zuul-rate-limit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recent Spring Boot Support?

alecl opened this issue · comments

Spring Cloud Starter Zuul has been removed in recent Spring builds spring-cloud/spring-cloud-netflix@80e4408

It looks like this Rate Limiting support relies on that and is therefore for Zuul 1 which is no longer integrated in Spring Boot?

Has there been any work towards Zuul 2 in Spring support or Zuul 2 rate limiting even outside of Spring?

Hello @alecl, thanks for getting in touch, we will get back to you asap! If you have issues in the 1.x.x.RELEASE line we recommend you to update to the latest version, unfortunately this line is not supported anymore.

HI @alecl, as you already mentioned, Spring Cloud has no support for Zuul anymore, and at least for now, there's no intention to support it. They have created their very own Sprin g Cloud Gateway, which supports rate-limiting as well.

If you must use Zuul 2, I'm afraid you will have to build the rate-limiting yourself.