-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rate limiting etc #1
Comments
Yes! Right now everything is dumped into the same Go module, but I intend to add Regarding rate limiting:
Your ideas and contributions would be welcome - eager to cooperate. |
cool. There are some nice ones here: https://github.com/zeromicro/go-zero/tree/master/core all have zero dependencies, just like htadaptor. SO maybe we can draw inspiration from these. Have a look and see what you think... |
An interesting throttling library that could be shimmed in: https://github.com/1pkg/gohalt |
Hey
Really clean package.
Would you be open to PR's that add rate limiting and other gateway patterns ?
The text was updated successfully, but these errors were encountered: