| Interface | Description |
|---|---|
| TopicSelector |
Generator of topic names for
table ids used by the Postgres connector to determine
which Kafka topics contain which messages |
| Class | Description |
|---|---|
| Filters |
A utility that is contains various filters for acceptable
TableIds and columns. |
| Module |
Information about this module.
|
| PgOid |
Extension to the
Oid class which contains Postgres specific datatypes not found currently in the
JDBC driver implementation classes. |
| PostgresConnector |
A Kafka Connect source connector that creates tasks which use Postgresql streaming replication off a logical replication slot
to receive incoming changes for a database and publish them to Kafka.
|
| PostgresConnectorConfig |
The configuration properties for the
PostgresConnector |
| PostgresConnectorTask |
Kafka connect source task which uses Postgres logical decoding over a streaming replication connection to process DB changes.
|
| PostgresSchema |
Component that records the schema information for the
PostgresConnector. |
| PostgresTaskContext |
The context of a
PostgresConnectorTask. |
| PostgresValueConverter |
A provider of
ValueConverters and SchemaBuilders for various Postgres specific column types. |
| RecordsProducer |
Class which generates Kafka Connect
SourceRecord records. |
| RecordsSnapshotProducer |
Producer of
source records from a database snapshot. |
| 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.
|
| Enum | Description |
|---|---|
| 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
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.