| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.kafka.internals |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ClosableBlockingQueue<KafkaTopicPartitionState<T,KPH>> |
AbstractFetcher.unassignedPartitionsQueue
Queue of partitions that are not yet assigned to any Kafka clients for consuming.
|
| 构造器和说明 |
|---|
KafkaConsumerThread(org.slf4j.Logger log,
Handover handover,
Properties kafkaProperties,
ClosableBlockingQueue<KafkaTopicPartitionState<T,org.apache.kafka.common.TopicPartition>> unassignedPartitionsQueue,
String threadName,
long pollTimeout,
boolean useMetrics,
org.apache.flink.metrics.MetricGroup consumerMetricGroup,
org.apache.flink.metrics.MetricGroup subtaskMetricGroup) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.