Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.KafkaTopicsDescriptor
-
Packages that use KafkaTopicsDescriptor Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.internals -
-
Uses of KafkaTopicsDescriptor in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka with parameters of type KafkaTopicsDescriptor Modifier and Type Method Description protected AbstractPartitionDiscovererFlinkKafkaConsumer. createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks)Deprecated.protected abstract AbstractPartitionDiscovererFlinkKafkaConsumerBase. createPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks)Creates the partition discoverer that is used to find new partitions for this subtask. -
Uses of KafkaTopicsDescriptor in org.apache.flink.streaming.connectors.kafka.internals
Constructors in org.apache.flink.streaming.connectors.kafka.internals with parameters of type KafkaTopicsDescriptor Constructor Description AbstractPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks)KafkaPartitionDiscoverer(KafkaTopicsDescriptor topicsDescriptor, int indexOfThisSubtask, int numParallelSubtasks, Properties kafkaProperties)
-