T - The type of elements produced by this consumer.public class FlinkKafkaConsumer082<T> extends FlinkKafkaConsumer<T>
FlinkKafkaConsumer.FetcherType, FlinkKafkaConsumer.OffsetStoreSourceFunction.SourceContext<T>DEFAULT_GET_PARTITIONS_RETRIES, GET_PARTITIONS_RETRIES_KEY, MAX_NUM_PENDING_CHECKPOINTS, OFFSET_NOT_SET| Constructor and Description |
|---|
FlinkKafkaConsumer082(String topic,
DeserializationSchema<T> valueDeserializer,
Properties props)
Creates a new Kafka 0.8.2.x streaming source consumer.
|
assignPartitions, cancel, close, getPartitionsForTopic, getProducedType, notifyCheckpointComplete, open, restoreState, run, snapshotState, validateZooKeeperConfigpublic FlinkKafkaConsumer082(String topic, DeserializationSchema<T> valueDeserializer, Properties props)
topic - The name of the topic that should be consumed.valueDeserializer - The de-/serializer used to convert between Kafka's byte messages and Flink's objects.props - The properties used to configure the Kafka consumer client, and the ZooKeeper client.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.