You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/07/13 06:34:25 UTC

[incubator-eventmesh] branch registry-zookeeper updated (24e5c19a -> 6b3dba92)

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a change to branch registry-zookeeper
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from 24e5c19a Merge pull request #1015 from liuzwei/fix_bug#980
     new e99de836 add registry by zookeeper
     new 6a28e6f2 Zookeeper registry classes renamed.
     new 23142859 Zookeeper NAMESPACE update.
     new 8d903296 1. Zookeeper registry build error fix; 2. Zookeeper registry test case normalization: remove external system dependencies.
     new 81b40b20 Use default sessionTimeoutMs.
     new 9f79e35e Doc tag problem fix.
     new bc2cfc60 Add the eventmesh metadata to zookeeper registry
     new 7bc64fc7 optimize zookeeper registry
     new 282ba6b4 optimize zookeeper registry checkstyle
     new 1f9803cf format licenses & add know-dependencies
     new f068cf29 format licenses
     new 6b3dba92 Merge pull request #974 from VNBear/feature/zookeeper-registry

The 1120 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |   6 +
 .../eventmesh-registry-zookeeper}/build.gradle     |  18 +-
 .../gradle.properties                              |   3 +-
 .../zookeeper/constant/ZookeeperConstant.java      |  12 +-
 .../registry/zookeeper/pojo/EventMeshInstance.java |  25 +-
 .../service/ZookeeperRegistryService.java          | 304 +++++++++++++++++++++
 ...g.apache.eventmesh.api.registry.RegistryService |   2 +-
 .../service/ZookeeperRegistryServiceTest.java      | 176 ++++++++++++
 .../src/test/resources/log4j.properties            |  30 +-
 eventmesh-runtime/build.gradle                     |   1 +
 settings.gradle                                    |   1 +
 tools/dependency-check/known-dependencies.txt      |  10 +-
 12 files changed, 543 insertions(+), 45 deletions(-)
 copy {eventmesh-connector-plugin/eventmesh-connector-api => eventmesh-registry-plugin/eventmesh-registry-zookeeper}/build.gradle (70%)
 copy eventmesh-registry-plugin/{eventmesh-registry-nacos => eventmesh-registry-zookeeper}/gradle.properties (97%)
 copy eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/common/ServiceState.java => eventmesh-registry-plugin/eventmesh-registry-zookeeper/src/main/java/org/apache/eventmesh/registry/zookeeper/constant/ZookeeperConstant.java (75%)
 copy eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/EventMeshMessage.java => eventmesh-registry-plugin/eventmesh-registry-zookeeper/src/main/java/org/apache/eventmesh/registry/zookeeper/pojo/EventMeshInstance.java (69%)
 create mode 100644 eventmesh-registry-plugin/eventmesh-registry-zookeeper/src/main/java/org/apache/eventmesh/registry/zookeeper/service/ZookeeperRegistryService.java
 copy eventmesh-registry-plugin/{eventmesh-registry-nacos => eventmesh-registry-zookeeper}/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.registry.RegistryService (90%)
 create mode 100644 eventmesh-registry-plugin/eventmesh-registry-zookeeper/src/test/java/org/apache/eventmesh/registry/zookeeper/service/ZookeeperRegistryServiceTest.java
 copy gradle.properties => eventmesh-registry-plugin/eventmesh-registry-zookeeper/src/test/resources/log4j.properties (57%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org