Skip to content

Commit

Permalink
Merge pull request #55 from replicase/fix/fix-shutdown-problem
Browse files Browse the repository at this point in the history
fix: fix shutdown problem
  • Loading branch information
rueian authored Jan 21, 2024
2 parents e377233 + 193fedc commit dd3691e
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 344 deletions.
5 changes: 5 additions & 0 deletions pb/pgcapture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message Message {
Begin begin = 1;
Commit commit = 2;
Change change = 3;
KeepAlive keep_alive = 4;
}
}

Expand All @@ -32,6 +33,10 @@ message Commit {
uint64 commit_time = 3;
}

message KeepAlive {

}

message Change {
enum Operation {
INSERT = 0;
Expand Down
Loading

0 comments on commit dd3691e

Please sign in to comment.