| Interface | Description |
|---|---|
| Fetcher |
A fetcher pulls data from Kafka, from a fix set of partitions.
|
| OffsetHandler |
The offset handler is responsible for locating the initial partition offsets
where the source should start reading, as well as committing offsets from completed
checkpoints.
|
| Class | Description |
|---|---|
| LegacyFetcher |
This fetcher uses Kafka's low-level API to pull data from a specific
set of partitions and offsets for a certain topic.
|
| PartitionerWrapper |
Hacky wrapper to send an object instance through a Properties - map.
|
| ZookeeperOffsetHandler | |
| ZooKeeperStringSerializer |
Simple ZooKeeper serializer for Strings.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.