You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2021/10/04 08:05:06 UTC

[rocketmq-apis] branch main updated (7676a60 -> c60ed13)

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

lizhanhui pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git.


    from 7676a60  first commit
     add c0ebbf8  Init first draft version of rocketmq new apis
     add 832dc68  Remove acs definition and polish the comments
     add b08ff5c  Add error handling part of README
     add 2bf9f75  Add error handling for spec
     add 5f9c543  Update comments for pull message apis
     add a1c9dbf  Remove update offset RPC
     add 854b8f7  Update protocol
     add c5fdb7e  Revert "Update protocol"
     new c60ed13  Merge pull request #1 from apache/api_draft

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:
 README.md                           |  18 +-
 apache/rocketmq/v1/admin.proto      |  30 +++
 apache/rocketmq/v1/definition.proto | 313 ++++++++++++++++++++++++++
 apache/rocketmq/v1/service.proto    | 424 ++++++++++++++++++++++++++++++++++++
 4 files changed, 784 insertions(+), 1 deletion(-)
 create mode 100644 apache/rocketmq/v1/admin.proto
 create mode 100644 apache/rocketmq/v1/definition.proto
 create mode 100644 apache/rocketmq/v1/service.proto

[rocketmq-apis] 01/01: Merge pull request #1 from apache/api_draft

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

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git

commit c60ed131f47231ebd286f462173187623aac1c49
Merge: 7676a60 c5fdb7e
Author: Zhanhui Li <li...@apache.org>
AuthorDate: Mon Oct 4 16:05:01 2021 +0800

    Merge pull request #1 from apache/api_draft
    
    Init first draft version of rocketmq new apis

 README.md                           |  18 +-
 apache/rocketmq/v1/admin.proto      |  30 +++
 apache/rocketmq/v1/definition.proto | 313 ++++++++++++++++++++++++++
 apache/rocketmq/v1/service.proto    | 424 ++++++++++++++++++++++++++++++++++++
 4 files changed, 784 insertions(+), 1 deletion(-)