Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

LsnPosition

class
class LsnPosition(lsn: int)

Categories: source

CDC start position: a WAL Log Sequence Number.

A start_from value; resuming from a persisted offset uses this shape too (the runner persists {"lsn": int} on the trx state).

Parameters

parameter
lsnint

64-bit integer LSN -- the value pg_current_wal_lsn() - '0/0'::pg_lsn returns. Use 0 to replay from the oldest WAL the slot retains.