| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.kafka.internal |
| 类和说明 |
|---|
| Handover
The Handover is a utility to hand over data (a buffer of records) and exception from a
producer thread to a consumer thread.
|
| Handover.ClosedException
An exception thrown by the Handover in the
Handover.pollNext() or
Handover.produce(ConsumerRecords) method, after the Handover was closed via
Handover.close(). |
| Handover.WakeupException
A special exception thrown bv the Handover in the
Handover.produce(ConsumerRecords)
method when the producer is woken up from a blocking call via Handover.wakeupProducer(). |
| KafkaConsumerCallBridge09
The ConsumerCallBridge simply calls methods on the
KafkaConsumer. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.