Package io.debezium.engine.source
package io.debezium.engine.source
-
ClassDescription
DebeziumSourceConnectorrepresents source of change data capture (CDC) for given resource.DebeziumSourceConnectorContextholds useful objects used during the lifecycle ofDebeziumSourceConnector.DebeziumSourceTaskis a self-contained unit of work created and managed byDebeziumSourceConnector.DebeziumSourceTaskContextholds useful objects used during the lifecycle ofDebeziumSourceTask.Implementation ofDebeziumSourceConnectorwhich currently serves only as a wrapper around Kafka ConnectSourceConnector.Implementation ofDebeziumSourceConnectorContextwhich holds references to objects which spans whole connector life-cycle.Implementation ofDebeziumSourceTaskwhich currently serves only as a wrapper around Kafka ConnectSourceTask.Implementation ofDebeziumSourceTaskContextwhich holds references to objects which spans whole task life-cycle.