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/28 06:57:02 UTC

[incubator-eventmesh] branch registry-consul updated (e7ba6e2d -> 4ba8836e)

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

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


    from e7ba6e2d Merge pull request #1034 from kirinzhu/fix-patch-docs
     new c075a689 add consul registry implement
     new ffc6b8f1 add consul registry implement
     new c2f90e76 add consul licence
     new ce1f9a36 add consul
     new 9a80a778 style fix lint
     new 6dc84c22 style fix lint
     new a6103d6b style fix lint
     new 41b5c523 style fix lint
     new a1ca093b style fix lint
     new 3e1156b9 create spi file
     new c86b3be9 remove unused file
     new 42bd6d18 resolve conversation
     new 3f916772 add token support
     new 21218ad6 feat: add new impl
     new d5dcc562 feat: add licence header
     new f7d71306 refactor: move to java
     new 9340d67b style: replace Chinese to English
     new 4ba8836e Merge pull request #901 from huyuanxin/consul-regisrty

The 1160 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                                   |   3 +-
 .../consul/service/ConsulRegistryService.java      | 165 +++++++++++++++++++++
 .../registry/consul/service/HeatBeatScheduler.java | 103 +++++++++++++
 ...g.apache.eventmesh.api.registry.RegistryService |   2 +-
 .../src/test/java/ConsulRegistryServiceTest.java}  |  87 ++++++-----
 settings.gradle                                    |   1 +
 tools/dependency-check/known-dependencies.txt      |   3 +-
 ...ICENSE-disruptor.txt => LICENSE-consul-api.txt} |   2 +-
 8 files changed, 322 insertions(+), 44 deletions(-)
 copy eventmesh-registry-plugin/{eventmesh-registry-nacos => eventmesh-registry-consul}/build.gradle (89%)
 create mode 100644 eventmesh-registry-plugin/eventmesh-registry-consul/src/main/java/org/apache/eventmesh/registry/consul/service/ConsulRegistryService.java
 create mode 100644 eventmesh-registry-plugin/eventmesh-registry-consul/src/main/java/org/apache/eventmesh/registry/consul/service/HeatBeatScheduler.java
 copy eventmesh-registry-plugin/{eventmesh-registry-nacos => eventmesh-registry-consul}/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.registry.RegistryService (91%)
 copy eventmesh-registry-plugin/{eventmesh-registry-nacos/src/test/java/org/apache/eventmesh/registry/nacos/service/NacosRegistryServiceTest.java => eventmesh-registry-consul/src/test/java/ConsulRegistryServiceTest.java} (52%)
 copy tools/third-party-licenses/licenses/java/{LICENSE-disruptor.txt => LICENSE-consul-api.txt} (99%)


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