Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: qupeng <[email protected]>
  • Loading branch information
hicqu committed Apr 17, 2024
1 parent fd19b94 commit 97e1d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/cdcpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ message Event {
uint64 commit_ts = 2;
LogType type = 3;

// generation is for pipelined DML protocol. See kvrpcpb.FlushRequest.generation.
uint64 generation = 10;
// generation is for pipelined DML protocol. See kvrpcpb.FlushRequest.generation.
uint64 generation = 10;

enum OpType {
UNKNOWN = 0;
Expand Down

0 comments on commit 97e1d66

Please sign in to comment.