Giter Site home page Giter Site logo

mastermind1981 / spring-cloud-starter-zuul-ratelimit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcosbarbero/spring-cloud-zuul-ratelimit

0.0 3.0 0.0 16 KB

Rate limit configuration for Spring Cloud Netflix Zuul

License: Apache License 2.0

Java 100.00%

spring-cloud-starter-zuul-ratelimit's Introduction

Spring Cloud Zuul RateLimit

Module to enable rate limit per service in Netflix Zuul.
There are four built-in rate limit approachs:

  • Authenticated User: Use the authenticated username or 'anonymous'
  • Request Origin: Use the user origin request
  • Authenticated User and Request Origin: Combine the authenticated user and the Request Origin
  • Global configuration per service: This one doesn't validate the request Origin or the Authenticated User
    • To use this approach just don't set param 'type'

Usage

This project is available on maven central

Add the dependency on pom.xml

<dependency>
    <groupId>com.marcosbarbero.cloud</groupId>
    <artifactId>spring-cloud-zuul-ratelimit</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>

Sample configuration

zuul:
  ratelimit:
    enabled: true #default false
    policies:
      myServiceId:
        limit: 10
        refresh-interval: 60 #default value (in seconds)
        type: #optional
          - user 
          - origin 

Any doubt open an issue.
Any fix send me a Pull Request.

spring-cloud-starter-zuul-ratelimit's People

Contributors

marcosbarbero avatar

Watchers

 avatar  avatar  avatar

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.