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

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


    from 06dcc8ba6 Merge pull request #3324 from slowpao/fix-3323
     new 4bfb20c3b eventmesh-security-auth-token
     new 134b7d800 eventmesh-security-auth-token
     new 87e9e92a3 生产端acl鉴权
     new 4dd1a0471 Merge branch 'master' of 
https://github.com/slowpao/incubator-eventmesh into fix-3141
     new 06cfe32cb 生产端acl鉴权2
     new 6aa9bfe4e 生产端acl鉴权3
     new 22e511c3d 生产端acl鉴权4
     new e8fa088ac 生产端acl鉴权5
     new 1b5313a44 生产端acl鉴权7
     new 742891088 Merge branch 'master' of 
https://github.com/slowpao/incubator-eventmesh into fix-3141
     new ad09a2f03 生产端acl鉴权8
     new e33fa13cc 生产端acl鉴权14
     new 1decc0e55 生产端acl鉴权9
     new d133dbfe8 Merge branch 'apache:master' into master
     new 2ff561cac Merge branch 'master' of 
https://github.com/slowpao/incubator-eventmesh into fix-3141
     new aba0a1424 生产端acl鉴权10
     new 829e305dd 生产端acl鉴权11
     new be6e95bfa 生产端acl鉴权12
     new 80c282ce0 生产端acl鉴权13
     new 756811fcd Merge branch 'apache:master' into master
     new bb3eeec87 Merge branch 'master' of 
https://github.com/slowpao/incubator-eventmesh into fix-3141
     new d5df558e9 Merge remote-tracking branch 'origin/fix-3141' into fix-3141
     new e2c514323 生产端acl鉴权15
     new 190aef565 Update known-dependencies.txt
     new dbb8383de Merge pull request #3303 from slowpao/fix-3141

The 3698 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:
 .../org/apache/eventmesh/common/Constants.java     |   2 +
 .../common/config/CommonConfiguration.java         |   4 +
 .../common/protocol/http/common/ProtocolKey.java   |   2 +
 .../pulsar/client/PulsarClientWrapper.java         |  16 ++-
 .../connector/pulsar/producer/ProducerImpl.java    |   2 +-
 .../eventmesh/api/registry/RegistryService.java    |   3 +
 .../registry/bo/EventMeshServicePubTopicInfo.java  |  48 +++++----
 .../consul/service/ConsulRegistryService.java      |   6 ++
 .../registry/etcd/service/EtcdCustomService.java   |  78 +++++++++++++++
 .../registry/etcd/service/EtcdRegistryService.java |   6 ++
 .../nacos/service/NacosRegistryService.java        |   6 ++
 .../service/ZookeeperRegistryService.java          |   6 ++
 eventmesh-runtime/build.gradle                     |   2 +
 .../java/org/apache/eventmesh/runtime/acl/Acl.java |  29 +++++-
 .../eventmesh/runtime/boot/EventMeshServer.java    |  14 ++-
 .../core/consumergroup/ProducerGroupConf.java      |  11 +++
 .../http/processor/SendAsyncEventProcessor.java    |  21 +++-
 .../protocol/http/producer/EventMeshProducer.java  |   6 ++
 .../protocol/http/producer/ProducerManager.java    |  21 ++++
 .../http/producer/ProducerTopicManager.java        | 100 +++++++++++++++++++
 .../eventmesh/runtime/registry/Registry.java       |   5 +
 .../build.gradle                                   |  16 ++-
 .../gradle.properties                              |   2 +-
 .../auth/token/impl/AuthTokenServiceImpl.java}     |  19 ++--
 .../auth/token/impl/auth/AuthTokenUtils.java       | 107 +++++++++++++++++++++
 .../org.apache.eventmesh.api.acl.AclService        |   2 +-
 settings.gradle                                    |   1 +
 tools/dependency-check/known-dependencies.txt      |   5 +-
 28 files changed, 487 insertions(+), 53 deletions(-)
 copy 
eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/RedirectInfo.java
 => 
eventmesh-registry-plugin/eventmesh-registry-api/src/main/java/org/apache/eventmesh/api/registry/bo/EventMeshServicePubTopicInfo.java
 (54%)
 create mode 100644 
eventmesh-registry-plugin/eventmesh-registry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdCustomService.java
 create mode 100644 
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/producer/ProducerTopicManager.java
 copy eventmesh-security-plugin/{eventmesh-security-auth-http-basic => 
eventmesh-security-auth-token}/build.gradle (82%)
 copy eventmesh-security-plugin/{eventmesh-security-acl => 
eventmesh-security-auth-token}/gradle.properties (97%)
 copy 
eventmesh-security-plugin/{eventmesh-security-acl/src/main/java/org/apache/eventmesh/acl/impl/AclServiceImpl.java
 => 
eventmesh-security-auth-token/src/main/java/org/apache/eventmesh/auth/token/impl/AuthTokenServiceImpl.java}
 (81%)
 create mode 100644 
eventmesh-security-plugin/eventmesh-security-auth-token/src/main/java/org/apache/eventmesh/auth/token/impl/auth/AuthTokenUtils.java
 copy eventmesh-security-plugin/{eventmesh-security-acl => 
eventmesh-security-auth-token}/src/main/resources/META-INF/eventmesh/org.apache.eventmesh.api.acl.AclService
 (92%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to