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

[incubator-eventmesh] branch master updated (93c6d9fb -> c8009d5d)

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

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


    from 93c6d9fb Merge pull request #1037 from mytang0/fix_patch_tcp
     add 48a77684 add consul registry implement
     add 9d031b93 add consul registry implement
     add 30a06e79 add consul licence
     add 210eb787 add consul
     add a7ea6213 style fix lint
     add 3b996e3e style fix lint
     add c5977f9a style fix lint
     add 454d59d3 style fix lint
     add 9a2db88f style fix lint
     add 78c8f461 create spi file
     add a0fbfef7 remove unused file
     add 4bf59e8c resolve conversation
     add eafb72a2 add token support
     add 9ef662e2 feat: add new impl
     add cce9fdc9 feat: add licence header
     add 0a531626 refactor: move to java
     add 62c5b496 style: replace Chinese to English
     add a1a574c1 Merge pull request #901 from huyuanxin/consul-regisrty
     new c8009d5d Merge pull request #1104 from apache/registry-consul

The 1 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


[incubator-eventmesh] 01/01: Merge pull request #1104 from apache/registry-consul

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit c8009d5de095c8aca9d309a6df0f8d9b926b57af
Merge: 93c6d9fb a1a574c1
Author: Eason Chen <qq...@gmail.com>
AuthorDate: Sat Aug 6 21:00:23 2022 +0800

    Merge pull request #1104 from apache/registry-consul

 .../eventmesh-registry-consul/build.gradle         |  24 +++
 .../consul/service/ConsulRegistryService.java      | 165 +++++++++++++++++
 .../registry/consul/service/HeatBeatScheduler.java | 103 +++++++++++
 ...g.apache.eventmesh.api.registry.RegistryService |  16 ++
 .../src/test/java/ConsulRegistryServiceTest.java   | 127 +++++++++++++
 settings.gradle                                    |   1 +
 tools/dependency-check/known-dependencies.txt      |   3 +-
 .../licenses/java/LICENSE-consul-api.txt           | 201 +++++++++++++++++++++
 8 files changed, 639 insertions(+), 1 deletion(-)



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