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

URL Pattern key

adamalexandru4 opened this issue · comments

Using URL_PATTERN type should generate a key as it follows:

key-prefix:routeId:URL:.....
NOT
key-prefix:routeId:MATCHER:....

Why would you use matcher instead of the real URL used with PathVariables or RequestParams. It's not a good solution.
I can make a pull request to solve this issue.

It's an open-source project. Pull Requests are welcome.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 1 day