-
Notifications
You must be signed in to change notification settings - Fork 929
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
Ftr: enable filter and cluster when client consumer provider directly #1181
Conversation
config/reference_config.go
Outdated
@@ -20,6 +20,7 @@ package config | |||
import ( | |||
"context" | |||
"fmt" | |||
"github.com/apache/dubbo-go/protocol/protocolwrapper" |
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.
move it to the 3rd import block
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.
move it to the 3rd import block
ok
Codecov Report
@@ Coverage Diff @@
## 3.0 #1181 +/- ##
==========================================
- Coverage 59.53% 55.99% -3.55%
==========================================
Files 259 269 +10
Lines 12737 12839 +102
==========================================
- Hits 7583 7189 -394
- Misses 4199 4757 +558
+ Partials 955 893 -62
Continue to review full report at Codecov.
|
dcfc5e3
to
31e9df8
Compare
31e9df8
to
928206d
Compare
客户端直连模式下启用 filter 和 cluster处理