Serialize initial follow state in leader and reflect it in follower
This commit is contained in:
parent
0fdaa1d715
commit
f0b7bd6e17
10 changed files with 246 additions and 63 deletions
|
@ -544,7 +544,7 @@ message Follow {
|
|||
}
|
||||
|
||||
message FollowResponse {
|
||||
uint64 current_view_id = 1;
|
||||
optional uint64 current_view_id = 1;
|
||||
repeated View views = 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue