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