Package | Description |
---|---|
io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReplicationRequest.LogicalReplicationRequestBuilder
Fluent builder interface to configure a logical replication stream.
|
Modifier and Type | Method and Description |
---|---|
ReplicationRequest.LogicalReplicationStep2 |
ReplicationRequest.LogicalReplicationStep1.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.
|
Copyright © 2020. All rights reserved.