Skip to content

Commit

Permalink
keep the soft delete falsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed May 14, 2024
1 parent b6d3046 commit 7c39a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/mirrors/create/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ const CDCCheck = (
config.replicationSlotName = '';
}

if (IsQueuePeer(config.destination?.type)) {
config.softDelete = false;
}

return '';
};

Expand Down

0 comments on commit 7c39a28

Please sign in to comment.