Package io.debezium.pipeline.txmetadata
package io.debezium.pipeline.txmetadata
-
ClassDescriptionThe context holds internal state necessary for book-keeping of events in active transaction.An interface for containing all metadata needed to for
TransactionContextto process the transaction.The class has externalized its state inTransactionContextcontext class so it can be stored in and recovered from offsets.Describes the transition of transaction from start to end.Interface to define how to make transaction structs, both when adding them to data change events and when creating separate transaction metadata events (e.g., for begin/end)