Interface DebeziumSourceConnector

All Known Implementing Classes:
EngineSourceConnector

@Incubating public interface DebeziumSourceConnector
DebeziumSourceConnector represents source of change data capture (CDC) for given resource. CDC implementation itself is done in DebeziumSourceTask, which is self-contained unit of work created and managed by DebeziumSourceConnector. DebeziumSourceConnector implementations may create one or multiple tasks, based on the capabilities of the CDC resource. As DebeziumEngine currently supports only one connector per its instance, the connector configuration is hold in engine itself.
Author:
vjuranek