| ChangeEventCreator |
|
| ChangeRecordEmitter |
Represents a change applied to a source database and emits one or more corresponding change records.
|
| ChangeRecordEmitter.Receiver |
|
| OffsetContext |
Keeps track of the current offset within the source DB's change stream.
|
| OffsetContext.Loader<O extends OffsetContext> |
Implementations load a connector-specific offset context based on the offset values stored in Kafka.
|
| Partition |
Describes the source partition to be processed by the connector in connector-specific terms
and provides its representation as a Kafka Connect source partition.
|
| Partition.Provider<P extends Partition> |
Implementations provide a set of connector-specific partitions based on the connector task configuration.
|
| SchemaChangeEventEmitter |
|
| SchemaChangeEventEmitter.Receiver |
|