-
Task
-
Resolution: Done
-
Minor
-
None
We should represent LSNs with its own domain type instead of using Long. This avoids accidental assignments of LSN values to e.g. TX ids and also allows to add specific methods like string rendering and comparison. There's a class LogSequenceNumber in the PG JDBC driver, but I'd prefer to have our own type instead of passing on this one within the Debezium code base.
- blocks
-
DBZ-2338 LSNs in replication slots are not monotonically increasing
- Closed