GtidPosition
class GtidPosition(gtid: str)
Categories: source
CDC start position: a MySQL Global Transaction ID.
A start_from value; the ingester converts "uuid:N" to the
pymysqlreplication-friendly set range "uuid:1-N".
Parameters
parameter
gtidstrGTID to resume from, in "uuid:N" shape (single
position) or "uuid:M-N" shape (range). Empty string is
the cold-start marker.