Skip to content

Commit

Permalink
[hotfix][connector/kafka] Remove the unused close.timeout.ms config.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindong28 authored and becketqin committed Mar 29, 2021
1 parent 4c6c423 commit b3471f2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ public class KafkaSourceOptions {
"The interval in milliseconds for the Kafka source to discover "
+ "the new partitions. A non-positive value disables the partition discovery.");

public static final ConfigOption<Long> CLOSE_TIMEOUT_MS =
ConfigOptions.key("close.timeout.ms")
.longType()
.defaultValue(10000L)
.withDescription("The max time to wait when closing components.");

@SuppressWarnings("unchecked")
public static <T> T getOption(
Properties props, ConfigOption configOption, Function<String, T> parser) {
Expand Down

0 comments on commit b3471f2

Please sign in to comment.