Skip to content

Commit

Permalink
managing state for ludicrous mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-bansal committed Feb 8, 2021
1 parent 2175929 commit 6cec4b3
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 336 deletions.
3 changes: 2 additions & 1 deletion protos/pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ message Proposal {
}

message CDCState {
uint64 sentTs = 1;
uint64 sentIndex = 1;
uint64 sentTs = 2;
}

message KVS {
Expand Down
Loading

0 comments on commit 6cec4b3

Please sign in to comment.