-
Notifications
You must be signed in to change notification settings - Fork 440
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
feat: add traffic routing module #543
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for traffic governance related code, it may be better to commit pr to a separate v2 branch
I don't have permission to create a new branch in this repository. Could you please help me with that? |
Describe what this PR does / why we need it
Implements #508
Does this pull request fix one issue?
Implements #508
Describe how you did it
Basically followed the design in alibaba/Sentinel#3023.
Describe how to verify it
The implementation can be verified via go test.
Special notes for reviews
This PR is currently a work in progress.