Giter Club home page Giter Club logo

Comments (9)

domgreen avatar domgreen commented on May 16, 2024 2

This looks to be a good library that would be useful for doing this https://github.com/juju/ratelimit

from go-grpc-middleware.

fengzixu avatar fengzixu commented on May 16, 2024 1

@vtolstov Yep. I have written some codes about this issue. I will probably submit a PR in this week(Wednesday or Thursday).

from go-grpc-middleware.

domgreen avatar domgreen commented on May 16, 2024

Hey @fifthaxe ,

Thanks for the suggestion, some protection from a problem clients is a great idea.

Having a RateLimit interceptor would be a better idea however the implementation would not want to sleep the incoming calls on the server we would just want to reject the calls if a user has hit the rate limit.
Thinking along the lines that if a client made n requests in a time window (both configurable) we would start to do the equivalent of HTTP 429.
Please feel free to put out a Work In Progress PR for this and we can talk through the implementation when we have something more.

Dom

from go-grpc-middleware.

fifthaxe avatar fifthaxe commented on May 16, 2024

Sounds like we need a dummy net pipe restriction like features, that would be a great gRPC enhancement (QoS, filtering, rate limiting, latency control ...).

from go-grpc-middleware.

vtolstov avatar vtolstov commented on May 16, 2024

any steps to get such interceptor?

from go-grpc-middleware.

domgreen avatar domgreen commented on May 16, 2024

Have not seen any PRs from @fifthaxe so @vtolstov feel free to pick up 😄

from go-grpc-middleware.

fengzixu avatar fengzixu commented on May 16, 2024

I would like to take that. Can you assign this issue to me? @domgreen @mwitkow

from go-grpc-middleware.

domgreen avatar domgreen commented on May 16, 2024

Amazing @fengzixu thats great to hear 👍 I can't currently assign you but put a PR out and we will link it here.

from go-grpc-middleware.

vtolstov avatar vtolstov commented on May 16, 2024

@fengzixu do you have time to create pr?

from go-grpc-middleware.

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.