-
Notifications
You must be signed in to change notification settings - Fork 635
[ISSUE #1028] support Etcd Registry #1029
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
Conversation
...istry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdRegistryService.java
Show resolved
Hide resolved
...istry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdRegistryService.java
Outdated
Show resolved
Hide resolved
...istry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdRegistryService.java
Outdated
Show resolved
Hide resolved
...istry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdRegistryService.java
Outdated
Show resolved
Hide resolved
...sh-registry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/constant/EtcdConstant.java
Show resolved
Hide resolved
...egistry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/factory/EtcdClientFactory.java
Outdated
Show resolved
Hide resolved
...egistry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/factory/EtcdClientFactory.java
Outdated
Show resolved
Hide resolved
2410f5f
to
ce7c8c6
Compare
@JellyBo Hi, please fixed the UT's error,thanks. |
Codecov Report
@@ Coverage Diff @@
## registry-etcd #1029 +/- ##
==================================================
+ Coverage 8.30% 9.85% +1.54%
- Complexity 528 626 +98
==================================================
Files 362 368 +6
Lines 23118 23341 +223
Branches 2546 2569 +23
==================================================
+ Hits 1920 2300 +380
+ Misses 21048 20827 -221
- Partials 150 214 +64
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
[ISSUE #1028] support Etcd Registry
Fixes ISSUE #1028 .
Modifications
Describe the modifications you've done.
Support Etcd registry implementation:
Interconnecting with Etcd v3.6.0
eventMesh.registry.plugin.enabled=true
eventMesh.registry.plugin.type=etcd
eventMesh.registry.plugin.server-addr=127.0.0.1:2379