Skip to content

Commit

Permalink
DBZ-7015 Hide the option in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 16, 2023
1 parent f9b07e6 commit 899ac0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ public static SchemaRefreshMode parse(String value) {
.withType(Type.BOOLEAN)
.withGroup(Field.createGroupEntry(Field.Group.CONNECTION_ADVANCED_REPLICATION, 3))
.withDefault(false)
.withImportance(Importance.HIGH)
.withImportance(Importance.LOW)
.withInvisibleRecommender()
.withDescription(
"Whether or not to seek to the last known offset on the replication slot." +
"Enabling this option results in startup failure if the slot is re-created instead of data loss.");
Expand Down

0 comments on commit 899ac0d

Please sign in to comment.