BinlogPosition
class BinlogPosition(file: str, pos: int)
Categories: source
CDC start position: a binlog file + byte offset.
A start_from value in the pre-GTID position shape.
Parameters
parameter
posintByte offset within file. The binlog magic bytes occupy
positions 0-3; use 4 to replay from the beginning.