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 2022/07/14 08:28:22 UTC

[rocketmq-apis] branch main updated: Add more language enumeration (#60)

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


The following commit(s) were added to refs/heads/main by this push:
     new fb80dcb  Add more language enumeration (#60)
fb80dcb is described below

commit fb80dcbb9c84d56f9cb8427101d936c0c63627b3
Author: Aaron Ai <ya...@alibaba-inc.com>
AuthorDate: Thu Jul 14 16:28:17 2022 +0800

    Add more language enumeration (#60)
---
 apache/rocketmq/v2/definition.proto | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/apache/rocketmq/v2/definition.proto b/apache/rocketmq/v2/definition.proto
index d8cf3c8..db88a61 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -433,6 +433,13 @@ enum Language {
   DOT_NET = 3;
   GOLANG = 4;
   RUST = 5;
+  PYTHON = 6;
+  PHP = 7;
+  NODE_JS = 8;
+  RUBY = 9;
+  OBJECTIVE_C = 10;
+  DART = 11;
+  KOTLIN = 12;
 }
 
 // User Agent