| Interface | Description |
|---|---|
| SerializableKafkaPartitioner |
| Class | Description |
|---|---|
| FlinkKafkaConsumer<T> |
The Flink Kafka Consumer is a streaming data source that pulls a parallel data stream from
Apache Kafka.
|
| FlinkKafkaConsumer081<T> |
Creates a Kafka consumer compatible with reading from Kafka 0.8.1.x brokers.
|
| FlinkKafkaConsumer082<T> |
Creates a Kafka consumer compatible with reading from Kafka 0.8.2.x brokers.
|
| KafkaSink<IN> |
Sink that emits its inputs to a Kafka topic.
|
| Enum | Description |
|---|---|
| FlinkKafkaConsumer.FetcherType |
The fetcher type defines which code paths to use to pull data from teh Kafka broker.
|
| FlinkKafkaConsumer.OffsetStore |
The offset store defines how acknowledged offsets are committed back to Kafka.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.