@Experimental public interface KafkaMetadataService extends AutoCloseable, Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,KafkaStream> |
describeStreams(Collection<String> streamIds)
Get current metadata for queried streams.
|
Set<KafkaStream> |
getAllStreams()
Get current metadata for all streams.
|
boolean |
isClusterActive(String kafkaClusterId)
Check if the cluster is active.
|
closeSet<KafkaStream> getAllStreams()
Map<String,KafkaStream> describeStreams(Collection<String> streamIds)
streamIds - stream full namesboolean isClusterActive(String kafkaClusterId)
kafkaClusterId - Kafka cluster idCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.