public static interface ReplicationRequest.LogicalReplicationStep1 extends ReplicationRequest.WithSlotName
Modifier and Type | Method and Description |
---|---|
ReplicationRequest.LogicalReplicationStep2 |
slotName(String slotName)
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows
which could cause a recovery conflict even when the standby is disconnected.
|
ReplicationRequest.LogicalReplicationStep2 slotName(String slotName)
slotName
in interface ReplicationRequest.WithSlotName
slotName
- not null replication slot already exists on serverthis
builderCopyright © 2021. All rights reserved.