| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka.internals |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyFetcher
This fetcher uses Kafka's low-level API to pull data from a specific
set of partitions and offsets for a certain topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZookeeperOffsetHandler.seekFetcherToInitialOffsets(List<org.apache.kafka.common.TopicPartition> partitions,
Fetcher fetcher) |
void |
OffsetHandler.seekFetcherToInitialOffsets(List<org.apache.kafka.common.TopicPartition> partitions,
Fetcher fetcher)
Positions the given fetcher to the initial read offsets where the stream consumption
will start from.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.