Skip to content

Commit

Permalink
Merge pull request #408 from Altinity/sink-connector-client-integrati…
Browse files Browse the repository at this point in the history
…on-tests

Change rest api parameter for binlog_position to match client
  • Loading branch information
subkanthi authored Dec 11, 2023
2 parents 8b1c68a + bc125e5 commit 2c8a88c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class DebeziumOffsetStorage {

// MySQL parameters
public static final String BINLOG_POS = "binlog_pos";
public static final String BINLOG_POS = "binlog_position";
public static final String BINLOG_FILE = "binlog_file";

public static final String GTID = "gtid";
Expand Down

0 comments on commit 2c8a88c

Please sign in to comment.