Skip to content

Commit

Permalink
DBZ-8163 Update config name
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn committed Aug 26, 2024
1 parent a8bbcb5 commit 31b103b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public static BigIntUnsignedHandlingMode parse(String value, String defaultValue
.withDescription("Control StopOnReshard VStream flag."
+ " If set true, the old VStream will be stopped after a reshard operation.");

public static final Field INHERIT_EPOCH = Field.create(VITESS_CONFIG_GROUP_PREFIX + "inherit_epoch")
public static final Field INHERIT_EPOCH = Field.create(VITESS_CONFIG_GROUP_PREFIX + "inherit.epoch")
.withDisplayName("Inherit epoch")
.withType(Type.BOOLEAN)
.withDefault(false)
Expand Down

0 comments on commit 31b103b

Please sign in to comment.