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
FeatureStoreException
IOException
public List<PartitionDetails> getTopicDetails(FeatureStoreBase featureStoreBase, String topicName) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public List<String> getBrokerEndpoints(FeatureStoreBase featureStoreBase) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public List<String> getBrokerEndpoints(FeatureStoreBase featureStoreBase, boolean externalListeners) throws FeatureStoreException, IOException
FeatureStoreException
IOException
Copyright © 2023. All rights reserved.