-
Notifications
You must be signed in to change notification settings - Fork 152
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
handle rate limit config update event #196
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sync from apache pixiu
AlexStocks
reviewed
Jun 26, 2021
xiaoliu10
approved these changes
Jun 27, 2021
ztelur
approved these changes
Jun 28, 2021
AlexStocks
reviewed
Jun 28, 2021
AlexStocks
reviewed
Jun 28, 2021
xiaoliu10
approved these changes
Jun 29, 2021
williamfeng323
approved these changes
Jun 30, 2021
AlexStocks
reviewed
Jun 30, 2021
AlexStocks
approved these changes
Jun 30, 2021
…to admin � Conflicts: � pkg/config/api_config.go
mark4z
added a commit
that referenced
this pull request
Nov 7, 2021
* init * update dubbo-go to v1.5.6 & fmt sth. * update * fix fmt * add gin * baseinfo and resources * Update go.mod * update dubbo-go to v1.5.6 & fmt sth. * api complete * import * import * update dubbo-go to v1.5.6 & fmt sth. * fix fmt * update * update * update * update * replace path with id * update * update * rateLimit filter * add licence header * fix imports * add license header * add license header * fix ci * update * update * comment * use go 1.15 run ci to fix ci problem * fix matcher var inline * fix ci * fix sync.RWMutex * errors.warp * test table * use gost zk * add lock * remove unreachable statement * Pattern pattern,omitempty * update develop * modify import and chinese comment * update the docs for ratelimit * update develop * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * split func and bugfix * fix go.mod go.sum * fix go.mod go.sum * fix go.mod go.sum * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * update go.sum * fix logger fmt style * fix logger fmt style * time delay when lazy load GenericService * time delay when lazy load GenericService * fix ci * fix logger fmt style * err.Error() is not a good style * fix ci Co-authored-by: randy <[email protected]> Co-authored-by: Zhenxu Ke <[email protected]> Former-commit-id: fa5681d
tydhot
pushed a commit
to tydhot/dubbo-go-pixiu
that referenced
this pull request
Nov 10, 2021
* init * update dubbo-go to v1.5.6 & fmt sth. * update * fix fmt * add gin * baseinfo and resources * Update go.mod * update dubbo-go to v1.5.6 & fmt sth. * api complete * import * import * update dubbo-go to v1.5.6 & fmt sth. * fix fmt * update * update * update * update * replace path with id * update * update * rateLimit filter * add licence header * fix imports * add license header * add license header * fix ci * update * update * comment * use go 1.15 run ci to fix ci problem * fix matcher var inline * fix ci * fix sync.RWMutex * errors.warp * test table * use gost zk * add lock * remove unreachable statement * Pattern pattern,omitempty * update develop * modify import and chinese comment * update the docs for ratelimit * update develop * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * split func and bugfix * fix go.mod go.sum * fix go.mod go.sum * fix go.mod go.sum * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * update go.sum * fix logger fmt style * fix logger fmt style * time delay when lazy load GenericService * time delay when lazy load GenericService * fix ci * fix logger fmt style * err.Error() is not a good style * fix ci Co-authored-by: randy <[email protected]> Co-authored-by: Zhenxu Ke <[email protected]> Former-commit-id: facba55 [formerly fa5681d] Former-commit-id: 1a796cf
bobtthp
pushed a commit
to bobtthp/dubbo-go-pixiu
that referenced
this pull request
Dec 12, 2022
* init * update dubbo-go to v1.5.6 & fmt sth. * update * fix fmt * add gin * baseinfo and resources * Update go.mod * update dubbo-go to v1.5.6 & fmt sth. * api complete * import * import * update dubbo-go to v1.5.6 & fmt sth. * fix fmt * update * update * update * update * replace path with id * update * update * rateLimit filter * add licence header * fix imports * add license header * add license header * fix ci * update * update * comment * use go 1.15 run ci to fix ci problem * fix matcher var inline * fix ci * fix sync.RWMutex * errors.warp * test table * use gost zk * add lock * remove unreachable statement * Pattern pattern,omitempty * update develop * modify import and chinese comment * update the docs for ratelimit * update develop * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * ratelimit filter * split func and bugfix * fix go.mod go.sum * fix go.mod go.sum * fix go.mod go.sum * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * ratelimit config change * update go.sum * fix logger fmt style * fix logger fmt style * time delay when lazy load GenericService * time delay when lazy load GenericService * fix ci * fix logger fmt style * err.Error() is not a good style * fix ci Co-authored-by: randy <[email protected]> Co-authored-by: Zhenxu Ke <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
handle rate limit config update event
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: