Uses of Interface
io.r2dbc.postgresql.replication.ReplicationRequest.PhysicalReplicationRequestBuilder
Packages that use ReplicationRequest.PhysicalReplicationRequestBuilder
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationRequest.PhysicalReplicationRequestBuilder in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication that return ReplicationRequest.PhysicalReplicationRequestBuilderModifier and TypeMethodDescriptionReplication 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.startPosition(LogSequenceNumber lsn) Specify start position from which backend will start stream changes.ReplicationRequest.PhysicalReplicationStep2.startPosition(LogSequenceNumber lsn) Specify start position from which backend will start stream changes.ReplicationRequest.PhysicalReplicationRequestBuilder.statusInterval(Duration interval) Specifies the number of time between status packets sent back to the server.