Uses of Interface
io.r2dbc.postgresql.replication.ReplicationSlotRequest.LogicalSlotRequestBuilder
Packages that use ReplicationSlotRequest.LogicalSlotRequestBuilder
Package
Description
Support for logical and physical replication streams.
-
Uses of ReplicationSlotRequest.LogicalSlotRequestBuilder in io.r2dbc.postgresql.replication
Methods in io.r2dbc.postgresql.replication that return ReplicationSlotRequest.LogicalSlotRequestBuilderModifier and TypeMethodDescriptionReplicationSlotRequest.LogicalSlotRequestBuilderStep2.outputPlugin(String outputPlugin) Output plugin that should be use for decode physical represent WAL to some logical form.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.temporary()Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.