@Internal public class DynamicKafkaSourceOptions extends Object
DynamicKafkaSource that can be passed through the source
properties e.g. DynamicKafkaSourceBuilder.setProperties(Properties).| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<Integer> |
STREAM_METADATA_DISCOVERY_FAILURE_THRESHOLD |
static org.apache.flink.configuration.ConfigOption<Long> |
STREAM_METADATA_DISCOVERY_INTERVAL_MS |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getOption(Properties props,
org.apache.flink.configuration.ConfigOption<?> configOption,
java.util.function.Function<String,T> parser) |
public static final org.apache.flink.configuration.ConfigOption<Long> STREAM_METADATA_DISCOVERY_INTERVAL_MS
public static final org.apache.flink.configuration.ConfigOption<Integer> STREAM_METADATA_DISCOVERY_FAILURE_THRESHOLD
@Internal public static <T> T getOption(Properties props, org.apache.flink.configuration.ConfigOption<?> configOption, java.util.function.Function<String,T> parser)
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.