[GitHub] [rocketmq-apis] lizhanhui commented on a change in pull request #1: Init first draft version of rocketmq new apis

2021-10-01 Thread GitBox
lizhanhui commented on a change in pull request #1: URL: https://github.com/apache/rocketmq-apis/pull/1#discussion_r720610289 ## File path: apache/rocketmq/v1/definition.proto ## @@ -0,0 +1,311 @@ +syntax = "proto3"; + +import "google/protobuf/timestamp.proto"; +import "google/

[GitHub] [rocketmq-apis] lizhanhui commented on a change in pull request #1: Init first draft version of rocketmq new apis

2021-10-01 Thread GitBox
lizhanhui commented on a change in pull request #1: URL: https://github.com/apache/rocketmq-apis/pull/1#discussion_r720611378 ## File path: README.md ## @@ -1 +1,13 @@ -# rocketmq-apis +## Overview + +## Extension Spec + +## Message Model + +## Producer Flow + +## Consumer Flow

[GitHub] [rocketmq-apis] lizhanhui commented on a change in pull request #1: Init first draft version of rocketmq new apis

2021-10-01 Thread GitBox
lizhanhui commented on a change in pull request #1: URL: https://github.com/apache/rocketmq-apis/pull/1#discussion_r720611926 ## File path: apache/rocketmq/v1/service.proto ## @@ -0,0 +1,382 @@ +syntax = "proto3"; + +import "google/protobuf/duration.proto"; +import "google/prot