Electric.LsnTracker (electric v1.1.0)

View Source

Summary

Functions

get_last_processed_lsn(stack_id)

@spec get_last_processed_lsn(String.t()) :: Electric.Postgres.Lsn.t()

init(last_processed_lsn, stack_id)

set_last_processed_lsn(lsn, stack_id)

@spec set_last_processed_lsn(
  Electric.Postgres.Lsn.t() | non_neg_integer(),
  String.t()
) :: :ok