Interface DefaultTopicConfigManager
public interface DefaultTopicConfigManager
A service to manage Kafka
TopicConfigs.-
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<List<io.confluent.kafkarest.entities.TopicConfig>> listDefaultTopicConfigs(String clusterId, String topicName) Returns the list of KafkaTopicConfigsbelonging to theTopicwith the giventopicName.
-
Method Details
-
listDefaultTopicConfigs
CompletableFuture<List<io.confluent.kafkarest.entities.TopicConfig>> listDefaultTopicConfigs(String clusterId, String topicName) Returns the list of KafkaTopicConfigsbelonging to theTopicwith the giventopicName.
-