public static interface ReplicationRequest.PhysicalReplicationStep1 extends ReplicationRequest.WithSlotName
| Modifier and Type | Method and Description |
|---|---|
ReplicationRequest.PhysicalReplicationStep2 |
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.PhysicalReplicationStep2 slotName(String slotName)
slotName in interface ReplicationRequest.WithSlotNameslotName - not null replication slot already exists on serverthis builderCopyright © 2023. All rights reserved.