| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationRequest.PhysicalReplicationRequestBuilder |
ReplicationRequest.PhysicalReplicationRequestBuilder.slotName(String slotName)
Replication slots provide an automated way to ensure that the primary does not remove WAL segments until they have been received by all standbys, and that the primary does not remove rows
which could cause a recovery conflict even when the standby is disconnected.
|
ReplicationRequest.PhysicalReplicationRequestBuilder |
ReplicationRequest.PhysicalReplicationStep2.startPosition(LogSequenceNumber lsn)
Specify start position from which backend will start stream changes.
|
ReplicationRequest.PhysicalReplicationRequestBuilder |
ReplicationRequest.PhysicalReplicationRequestBuilder.startPosition(LogSequenceNumber lsn)
Specify start position from which backend will start stream changes.
|
ReplicationRequest.PhysicalReplicationRequestBuilder |
ReplicationRequest.PhysicalReplicationRequestBuilder.statusInterval(Duration interval)
Specifies the number of time between status packets sent back to the server.
|
Copyright © 2024. All rights reserved.