Skip to content

Commit

Permalink
DBZ-6721 Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn authored and jpechane committed Jun 4, 2024
1 parent f7eb7f8 commit 4eb5593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/debezium/connector/vitess/Vgtid.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public boolean willTriggerVStreamCopy() {
}
return false;
}

public Vgtid getLocalVgtid(String shard) {
return Vgtid.of(List.of(getShardGtid(shard)));
}
Expand Down

0 comments on commit 4eb5593

Please sign in to comment.