| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<ReplicationStream> |
RecordsStreamProducer.replicationStream |
| Modifier and Type | Method and Description |
|---|---|
private ReplicationStream |
PostgresReplicationConnection.createReplicationStream(org.postgresql.replication.LogSequenceNumber lsn) |
ReplicationStream |
ReplicationConnection.startStreaming()
Opens a stream for reading logical replication changes from the last known position of the slot for which the connection
was opened.
|
ReplicationStream |
PostgresReplicationConnection.startStreaming() |
ReplicationStream |
ReplicationConnection.startStreaming(Long offset)
Opens a stream for reading logical replication changes from a given LSN position.
|
ReplicationStream |
PostgresReplicationConnection.startStreaming(Long offset) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.