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

lizhimins 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 a372b2e  feat: add extension info to AdminSendMessageRequest (#115)
a372b2e is described below

commit a372b2ebc6e5ee6b8627d7541a2a470b485c24d7
Author: Allenhuangrui <[email protected]>
AuthorDate: Thu Jul 30 10:17:39 2026 +0800

    feat: add extension info to AdminSendMessageRequest (#115)
---
 apache/rocketmq/v2/admin.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apache/rocketmq/v2/admin.proto b/apache/rocketmq/v2/admin.proto
index c34a22e..ef15f1a 100644
--- a/apache/rocketmq/v2/admin.proto
+++ b/apache/rocketmq/v2/admin.proto
@@ -383,6 +383,10 @@ message AdminSendMessageRequest {
   map<string, string> user_properties = 5;
   // System properties of the message.
   optional SystemProperties system_properties = 6;
+  // Request-scoped extension information. Unknown entries should be ignored.
+  // Known keys:
+  // - protocol_type: Protocol used by the original producer (REMOTING or 
GRPC_V2).
+  map<string, string> ext_info = 7;
 }
 
 message AdminSendMessageResponse {

Reply via email to