-
Notifications
You must be signed in to change notification settings - Fork 935
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
support conditional routing with multiple destinations, customize conditional routing priorities and operation in route fail #2685
Conversation
Signed-off-by: YarBor <[email protected]>
…nd multiConditionRoute, rewrite some logic, add version check in gen conditionRoute, add version check func in cluster/router/utils Signed-off-by: YarBor <[email protected]>
Signed-off-by: YarBor <[email protected]>
Signed-off-by: YarBor <[email protected]>
Signed-off-by: YarBor <[email protected]>
@@ -18,6 +18,10 @@ | |||
package condition | |||
|
|||
import ( | |||
"dubbo.apache.org/dubbo-go/v3/cluster/utils" |
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.
format 下 import 的整体内容
Signed-off-by: YarBor <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2685 +/- ##
==========================================
- Coverage 47.38% 47.18% -0.20%
==========================================
Files 341 343 +2
Lines 25122 25403 +281
==========================================
+ Hits 11904 11987 +83
- Misses 12074 12248 +174
- Partials 1144 1168 +24 ☔ View full report in Codecov by Sentry. |
Signed-off-by: YarBor <[email protected]>
Quality Gate passedIssues Measures |
) | ||
|
||
import ( | ||
"dubbo.apache.org/dubbo-go/v3/cluster/utils" |
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.
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.
LGTM.
to support #2684
#2686