aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/mq.proto
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-03-31 00:19:16 -0700
committerchrislu <chris.lu@gmail.com>2024-03-31 00:19:16 -0700
commitc9df613b6bfb7e22e4e596151300aefc56ac909f (patch)
tree52d6da7e9fd898eed8bbea513603673e363bacb9 /weed/pb/mq.proto
parentca4f89a6f60873849cecc760e9b9bdd5ae33d5f4 (diff)
downloadseaweedfs-c9df613b6bfb7e22e4e596151300aefc56ac909f.tar.xz
seaweedfs-c9df613b6bfb7e22e4e596151300aefc56ac909f.zip
add publisher name for debugging
Diffstat (limited to 'weed/pb/mq.proto')
-rw-r--r--weed/pb/mq.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/mq.proto b/weed/pb/mq.proto
index 999985b7d..e37d8ce7a 100644
--- a/weed/pb/mq.proto
+++ b/weed/pb/mq.proto
@@ -191,6 +191,7 @@ message PublishMessageRequest {
Partition partition = 2;
int32 ack_interval = 3;
repeated string follower_brokers = 4;
+ string publisher_name = 5; // for debugging
}
oneof message {
InitMessage init = 1;