| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection | |
| io.debezium.connector.postgresql.connection.pgoutput |
| Modifier and Type | Method and Description |
|---|---|
private void |
PostgresStreamingChangeEventSource.searchWalPosition(ChangeEventSource.ChangeEventSourceContext context,
ReplicationStream stream,
WalPositionLocator walPosition) |
| Modifier and Type | Method and Description |
|---|---|
private ReplicationStream |
PostgresReplicationConnection.createReplicationStream(Lsn startLsn,
WalPositionLocator walPosition) |
boolean |
MessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer,
Lsn lastReceivedLsn,
Lsn startLsn,
WalPositionLocator walPosition)
A callback into the decoder allowing it to decide whether the supplied message should be processed
by the decoder or whether it can be skipped.
|
boolean |
AbstractMessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer,
Lsn lastReceivedLsn,
Lsn startLsn,
WalPositionLocator walPosition) |
ReplicationStream |
ReplicationConnection.startStreaming(Lsn offset,
WalPositionLocator walPosition)
Opens a stream for reading logical replication changes from a given LSN position.
|
ReplicationStream |
PostgresReplicationConnection.startStreaming(Lsn offset,
WalPositionLocator walPosition) |
ReplicationStream |
ReplicationConnection.startStreaming(WalPositionLocator walPosition)
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(WalPositionLocator walPosition)
creating a replication connection and starting to stream involves a few steps:
1.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PgOutputMessageDecoder.shouldMessageBeSkipped(ByteBuffer buffer,
Lsn lastReceivedLsn,
Lsn startLsn,
WalPositionLocator walPosition) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.