Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apache/rocketmq/v2/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading