mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
subscriber can get assignments
This commit is contained in:
@@ -153,6 +153,7 @@ message SubscriberToSubCoordinatorResponse {
|
||||
message AssignedPartition {
|
||||
Partition partition = 1;
|
||||
int64 ts_ns = 2;
|
||||
string broker = 3;
|
||||
}
|
||||
message Assignment {
|
||||
int64 generation = 1;
|
||||
|
||||
Reference in New Issue
Block a user