public class KafkaApi extends Object
| Constructor and Description |
|---|
KafkaApi() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBrokerEndpoints(FeatureStore featureStore) |
List<PartitionDetails> |
getTopicDetails(FeatureStore featureStore,
String topicName) |
Subject |
getTopicSubject(FeatureStore featureStore,
String topicName) |
public Subject getTopicSubject(FeatureStore featureStore, String topicName) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic List<PartitionDetails> getTopicDetails(FeatureStore featureStore, String topicName) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic List<String> getBrokerEndpoints(FeatureStore featureStore) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionCopyright © 2023. All rights reserved.