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 a6b0a0abb Merge pull request #3381 from xwm1992/add-storage-pravega
new b7402b09d 订阅端acl
new 935e7a966 Merge branch 'master' of
https://github.com/slowpao/incubator-eventmesh into fix-3309
new a4a8e9c07 订阅端acl2
new 5dfd55ecb 订阅端acl3
new 01f97efa3 订阅端acl4
new 7f12bcfd2 订阅端acl5
new c5e847996 订阅端acl6
new 26d747354 订阅端acl7
new c0601e6ee Merge branch 'master' of
https://github.com/slowpao/incubator-eventmesh into fix-3309
new f74054f67 订阅端acl8
new a7ed021e7 订阅端acl9
new 4216b8a78 订阅端acl10
new 90fbdfbab 订阅端acl11
new d0cc6f797 Merge branch 'master' of
https://github.com/slowpao/incubator-eventmesh into fix-3309
new 30cf6c2ba 订阅端acl12
new 7d1aeb826 Update known-dependencies.txt
new 92704b266 Merge remote-tracking branch 'origin/fix-3309' into fix-3309
new f830cb142 Update known-dependencies.txt
new 5dcbad3c2 Merge pull request #3322 from slowpao/fix-3309
The 3723 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/protocol/grpc/protos/EventmeshGrpc.java | 4 +-
.../eventmesh/common/protocol/tcp/UserAgent.java | 10 ++-
.../pulsar/consumer/PulsarConsumerImpl.java | 9 +++
.../eventmesh/api/registry/RegistryService.java | 3 +
...opicInfo.java => EventMeshAppSubTopicInfo.java} | 34 ++++++----
.../consul/service/ConsulRegistryService.java | 6 ++
.../registry/etcd/service/EtcdCustomService.java | 29 ++++++++
.../registry/etcd/service/EtcdRegistryService.java | 6 ++
.../nacos/service/NacosRegistryService.java | 6 ++
.../service/ZookeeperRegistryService.java | 6 ++
eventmesh-runtime/conf/eventmesh.properties | 2 +
.../java/org/apache/eventmesh/runtime/acl/Acl.java | 77 +++++++++++++++++-----
.../core/protocol/tcp/client/task/HelloTask.java | 16 ++++-
.../protocol/tcp/client/task/SubscribeTask.java | 18 ++++-
.../eventmesh/runtime/registry/Registry.java | 5 ++
.../apache/eventmesh/api/acl/AclProperties.java | 1 +
.../auth/token/impl/AuthTokenServiceImpl.java | 2 +-
.../auth/token/impl/auth/AuthTokenUtils.java | 53 ++++++++++++++-
settings.gradle | 5 +-
20 files changed, 250 insertions(+), 44 deletions(-)
copy
eventmesh-registry-plugin/eventmesh-registry-api/src/main/java/org/apache/eventmesh/api/registry/bo/{EventMeshServicePubTopicInfo.java
=> EventMeshAppSubTopicInfo.java} (75%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]