-
Notifications
You must be signed in to change notification settings - Fork 117
Conversation
Fix #113 |
Codecov Report
@@ Coverage Diff @@
## 5.x #126 +/- ##
============================================
+ Coverage 54.85% 55.08% +0.22%
- Complexity 393 399 +6
============================================
Files 53 54 +1
Lines 1741 1781 +40
Branches 310 316 +6
============================================
+ Hits 955 981 +26
- Misses 606 615 +9
- Partials 180 185 +5
Continue to review full report at Codecov.
|
Map<String, String> map = parseParam(address); | ||
return new RegistryConfig() | ||
.setAddress(consulAddress) | ||
.setProtocol(SofaBootRpcConfigConstants.REGISTRY_PROTOCOL_ZOOKEEPER) |
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.
Wrong constants REGISTRY_PROTOCOL_ZOOKEEPER
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.
+1
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.
+1
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.
+1
* Consul registry support (#126) * consul registry support * fix cr * Support nacos converter (#130) * Upgrade version * Support nacos address converter * Hystrix switcher (#137) * support enableHystrix * support enableHystrix * hystrix enable * Add nacos client dependency support. (#148) * Zk auth support. (#156) * Server config for rest cors. (#155) * server config for rest cors * add test case for cors
* consul registry support * fix cr
Motivation:
add configure option for consul
Modification:
Describe the idea and modifications you've done.
Result:
Fixes #.
If there is no issue then describe the changes introduced by this PR.