-
Notifications
You must be signed in to change notification settings - Fork 933
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
cluster interceptor support #1206
Conversation
Add apache license in new files:
to pass license check in ci. |
sure, will do after I verify the solution. |
Codecov Report
@@ Coverage Diff @@
## 1.5 #1206 +/- ##
==========================================
- Coverage 66.13% 58.56% -7.58%
==========================================
Files 174 271 +97
Lines 9343 13224 +3881
==========================================
+ Hits 6179 7744 +1565
- Misses 2541 4519 +1978
- Partials 623 961 +338
Continue to review full report at Codecov.
|
What this PR does:
Refactor ClusterInterceptor to chain mode, and allow to load user defined cluster interceptors.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: