| Interface | Description |
|---|---|
| KafkaMetadataService |
Metadata service that returns Kafka details.
|
| Class | Description |
|---|---|
| ClusterMetadata |
ClusterMetadata provides readers information about a cluster on what topics to read and
how to connect to a cluster. |
| KafkaStream |
Kafka stream represents multiple topics over multiple Kafka clusters and this class encapsulates
all the necessary information to initiate Kafka consumers to read a stream.
|
| SingleClusterTopicMetadataService |
A
KafkaMetadataService that delegates metadata fetching to a single AdminClient,
which is scoped to a single cluster. |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.