Class |
Description |
Delay
|
abstract the logic on how to reduce the polling speed and get back to
to full speed. |
KafkaBroker
|
POJO containing the necessary information to model a Kafka broker |
KafkaConsumer
|
POJO containing the necessary information to model a Kafka consumers |
KafkaPoller
|
KafkaPoller is a relatively simple class which contains a runloop for periodically
contacting the Kafka brokers defined in Zookeeper and fetching the latest topic
meta-data for them |
Main
|
Main entry point for running the verspaetung application |
TopicPartition
|
Simple container for Kafka topic names and partition IDs |