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

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


The following commit(s) were added to refs/heads/main by this push:
     new 47991e6  Add new ClientType: PULL_CONSUMER (#70)
47991e6 is described below

commit 47991e6704e318c3f1cf03caf3d2f90d34426f68
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Mar 29 16:40:55 2023 +0800

    Add new ClientType: PULL_CONSUMER (#70)
---
 apache/rocketmq/v2/definition.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache/rocketmq/v2/definition.proto 
b/apache/rocketmq/v2/definition.proto
index e8bb655..753bfce 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -185,6 +185,7 @@ enum ClientType {
   PRODUCER = 1;
   PUSH_CONSUMER = 2;
   SIMPLE_CONSUMER = 3;
+  PULL_CONSUMER = 4;
 }
 
 enum Encoding {

Reply via email to