Uses of Package
io.debezium.engine
Packages that use io.debezium.engine
-
Classes in io.debezium.engine used by io.debezium.engineClassDescriptionA data change event with key, value, and headers.A mechanism for running a single Kafka Connect
SourceConnectorwithin an application's process.A builder to set up and createDebeziumEngineinstances.Internal contract between the API and implementation, for bootstrapping the latter.A contract invoked by the embedded engine when it has received a batch of change records to be processed.A callback function to be notified when the connector completes.Callback function which informs users about the various stages a connector goes through during startupContract that should be passed toDebeziumEngine.RecordCommitter.markProcessed(Object, Offsets)for marking a record as processed with updated offsets.Contract passed toDebeziumEngine.ChangeConsumers, allowing them to commit single records as they have been processed and to signal that offsets may be flushed eventually.Represents a header that contains a key and a value.A data change event described as a single object.