Giter VIP home page Giter VIP logo

Comments (11)

marcosbarbero avatar marcosbarbero commented on July 21, 2024

Hi @CasperOm, the httpmethod property was deprecated long ago, you should use http_method instead.
The break-on-match property should still work though.

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

Hi @marcosbarbero , it showing below error for http_method


Description:

Failed to bind properties under 'zuul.ratelimit.policy-list.adminservice[0].type[2]' to com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.properties.RateLimitProperties$Policy$MatchType:

Property: zuul.ratelimit.policy-list.adminservice[0].type[2]
Value: http_method=options
Origin: class path resource [application.yml]:102:11
Reason: failed to convert java.lang.String to com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.properties.RateLimitProperties$Policy$MatchType

Action:

Update your application's configuration
}


AND for break-on-match it showing below error

Unknown property 'break-on-match' for type 'com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.properties.RateLimitProperties.Policy'

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on July 21, 2024

I see. I overlook the version you are using of this library.

So, the httpmethod is still the same in the version 2.0.0.RELEASE, and the break-on-match should work.
Can you create a public repo reproducing the issue so that I can take a look?

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

This is the code added in application.yml

zuul:
ratelimit:
enabled: true
behind-proxy: true
repository: JPA
policy-list:
adminService:
- limit: 1000
refresh-interval: 60
type:
- user=anonymous
- origin
- httpmethod=options
break-on-match: true
- limit: 30
refresh-interval: 60
type:
- user=anonymous
- origin
break-on-match: true


and in jar file below is the snippet for RateLimitProperties class and in this class there is no type mentioned as httpmethod
image

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on July 21, 2024

I'm sorry, I need an executable project to reproduce the behavior.

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

Hi @marcosbarbero , here is the executable project.
https://github.com/CasperOm/zuulServer.git

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

Hi @marcosbarbero, I have updated the code pls take latest checkout

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on July 21, 2024

Hi @CasperOm I still didn't have time to look into it, I'll try to take a look at your repo later today. I'll keep you posted!
Thanks for providing a working example.

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

Hi @marcosbarbero
Sure. Thanks !

from spring-cloud-zuul-ratelimit.

CasperOm avatar CasperOm commented on July 21, 2024

Hi @marcosbarbero Did you get a chance to look into this?

from spring-cloud-zuul-ratelimit.

github-actions avatar github-actions commented on July 21, 2024

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

from spring-cloud-zuul-ratelimit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.