DebeziumStateFilesAccessor

DebeziumStateFilesAccessor reads and writes from Debezium offset and schema history files. This should NOT be done while the Debezium Engine is running! None of this is thread-safe. Instead, this object should be used to:

  1. create and populate the files prior to running the Debezium Engine,

  2. read the changed files after running the Debezium Engine.

The files are deleted on close.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard