Serialize initial follow state in leader and reflect it in follower

This commit is contained in:
Antonio Scandurra 2022-03-18 10:22:13 +01:00
parent 0fdaa1d715
commit f0b7bd6e17
10 changed files with 246 additions and 63 deletions

View file

@ -544,7 +544,7 @@ message Follow {
}
message FollowResponse {
uint64 current_view_id = 1;
optional uint64 current_view_id = 1;
repeated View views = 2;
}