aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/mq.proto
diff options
context:
space:
mode:
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 9874ada88..4e9690537 100644
--- a/weed/pb/mq.proto
+++ b/weed/pb/mq.proto
@@ -192,6 +192,7 @@ message PublishMessageRequest {
Topic topic = 1;
Partition partition = 2;
int32 ack_interval = 3;
+ repeated string follower_brokers = 4;
}
oneof message {
InitMessage init = 1;