Skip to content

Commit c0ad830

Browse files
committed
DBZ-9154 Use correct timeunit in property name
1 parent 826bb88 commit c0ad830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debezium-core/src/main/java/io/debezium/config/CommonConnectorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ public static SnapshotQueryMode parse(String value, String defaultValue) {
11001100
.withDescription("The maximum time in milliseconds to wait for connection validation to complete. Defaults to 60 seconds.")
11011101
.withValidation(Field::isPositiveLong);
11021102

1103-
public static final Field EXECUTOR_SHUTDOWN_TIMEOUT_MS = Field.create("executor.shutdown.timeout.sec")
1103+
public static final Field EXECUTOR_SHUTDOWN_TIMEOUT_MS = Field.create("executor.shutdown.timeout.ms")
11041104
.withDisplayName("Executor shutdown timeout (ms)")
11051105
.withType(Type.LONG)
11061106
.withGroup(Field.createGroupEntry(Field.Group.ADVANCED, 19))

0 commit comments

Comments
 (0)