publish init add followers

This commit is contained in:
chrislu
2024-02-29 09:39:12 -08:00
parent 1b4484bf0a
commit ead27a4f59
3 changed files with 182 additions and 169 deletions

View File

@@ -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;