| Package | Description |
|---|---|
| io.r2dbc.postgresql.replication |
Support for logical and physical replication streams.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSlotRequest.LogicalSlotRequestBuilder |
ReplicationSlotRequest.LogicalSlotRequestBuilderStep2.outputPlugin(String outputPlugin)
Output plugin that should be use for decode physical represent WAL to some logical form.
|
ReplicationSlotRequest.LogicalSlotRequestBuilder |
ReplicationSlotRequest.LogicalSlotRequestBuilder.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.
|
ReplicationSlotRequest.LogicalSlotRequestBuilder |
ReplicationSlotRequest.LogicalSlotRequestBuilder.temporary()
Temporary slots are not saved to disk and are automatically dropped on error or when
the session has finished.
|
Copyright © 2023. All rights reserved.