| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka | |
| org.apache.flink.streaming.connectors.kafka.internals |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractPartitionDiscoverer |
FlinkKafkaConsumerBase.createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks)
Creates the partition discoverer that is used to find new partitions for this subtask.
|
protected AbstractPartitionDiscoverer |
FlinkKafkaConsumer.createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks)
Deprecated.
|
| Constructor and Description |
|---|
AbstractPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks) |
KafkaPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor,
int indexOfThisSubtask,
int numParallelSubtasks,
Properties kafkaProperties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.