| Package | Description |
|---|---|
| io.debezium.connector.postgresql |
| Class and Description |
|---|
| Filters
A utility that is contains various filters for acceptable
TableIds and columns. |
| PostgresConnectorConfig
The configuration properties for the
PostgresConnector |
| PostgresConnectorConfig.SecureConnectionMode
The set of predefined SecureConnectionMode options or aliases.
|
| PostgresConnectorConfig.SnapshotMode
The set of predefined SnapshotMode options or aliases.
|
| PostgresConnectorConfig.TemporalPrecisionMode
The set of predefined TemporalPrecisionMode options or aliases.
|
| PostgresConnectorConfig.TopicSelectionStrategy
The set of configuration options for how events are placed on Kafka topics
|
| PostgresSchema
Component that records the schema information for the
PostgresConnector. |
| PostgresTaskContext
The context of a
PostgresConnectorTask. |
| RecordsProducer
Class which generates Kafka Connect
SourceRecord records. |
| RecordsStreamProducer
A
RecordsProducer which creates records from a Postgres
streaming replication connection and messages. |
| SourceInfo
Information about the source of information, which for normal events contains information about the transaction id and the
LSN position in the server WAL.
|
| TopicSelector
Generator of topic names for
table ids used by the Postgres connector to determine
which Kafka topics contain which messages |
Copyright © 2017 JBoss by Red Hat. All rights reserved.