PostgresChangeEventSourceCoordinator(OffsetContext previousOffset,
ErrorHandler errorHandler,
Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType,
CommonConnectorConfig connectorConfig,
ChangeEventSourceFactory changeEventSourceFactory,
ChangeEventSourceMetricsFactory changeEventSourceMetricsFactory,
EventDispatcher<?> eventDispatcher,
DatabaseSchema<?> schema,
Snapshotter snapshotter,
SlotState slotInfo) |
PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration,
Snapshotter snapshotter,
PostgresConnection jdbcConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfig,
Snapshotter snapshotter,
PostgresOffsetContext offsetContext,
PostgresConnection connection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
PostgresSchema schema,
PostgresTaskContext taskContext,
ReplicationConnection replicationConnection) |