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/09/20 02:34:17 UTC

[incubator-eventmesh] branch storage-api updated (2e1c57cb -> 25e7cadd)

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

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


    from 2e1c57cb Merge pull request #1334 from githublaohu/storage-api-pull
     new adac898a fix(storage-api):1. [ISSUE #1328] Add StorageListenerInfo to store the eventlistener and topic
     new 5ba24ca8 fix(storage-api):1. [ISSUE #1325] Add ConsumerGroupInfo class for connector-storage module
     new 25e7cadd Merge pull request #1335 from githublaohu/storage-api-pull

The 1534 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:
 .../data/{TopicInfo.java => ConsumerGroupInfo.java}   | 19 ++++++++-----------
 .../connector/storage/data/StorageListenerInfo.java   | 13 +++++++++++++
 2 files changed, 21 insertions(+), 11 deletions(-)
 copy eventmesh-connector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/connector/storage/data/{TopicInfo.java => ConsumerGroupInfo.java} (79%)
 create mode 100644 eventmesh-connector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/connector/storage/data/StorageListenerInfo.java


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