Interface | Description |
---|---|
Configurable |
A Mix-in style interface for classes that are instantiated by reflection and need to take configuration parameters
|
Metric |
A numerical metric tracked for monitoring purposes
|
Class | Description |
---|---|
Cluster |
A representation of a subset of the nodes, topics, and partitions in the Kafka cluster.
|
MetricName |
The
MetricName class encapsulates a metric's name, logical group and its related attributes |
Node |
Information about a Kafka node
|
PartitionInfo |
Information about a topic-partition.
|
TopicPartition |
A topic name and partition number
|
Exception | Description |
---|---|
KafkaException |
The base class of all other Kafka exceptions
|