DBZ-7765 Let LOG_POSITION_CHECK_ENABLED property as internal

Co-authored-by: Jiri Pechanec <jpechane@redhat.com>
This commit is contained in:
Fiore Mario Vitale 2024-04-10 14:39:27 +02:00 committed by Jiri Pechanec
parent 6f0a56fc6f
commit f37129dded

View File

@ -1044,7 +1044,7 @@ public static SnapshotQueryMode parse(String value, String defaultValue) {
.withDescription(
"When 'snapshot.mode' is set as configuration_based, this setting permits to specify whenever the data should be snapshotted or not in case of error.");
public static final Field LOG_POSITION_CHECK_ENABLED = Field.create("log.position.check.enable")
public static final Field LOG_POSITION_CHECK_ENABLED = Field.createInternal("log.position.check.enable")
.withDisplayName("Enable/Disable log position check")
.withType(Type.BOOLEAN)
.withDefault(true)