Interface DefaultTopicConfigManager


public interface DefaultTopicConfigManager
A service to manage Kafka TopicConfigs.
  • Method Summary

    Modifier and Type
    Method
    Description
    CompletableFuture<List<io.confluent.kafkarest.entities.TopicConfig>>
    listDefaultTopicConfigs(String clusterId, String topicName)
    Returns the list of Kafka TopicConfigs belonging to the Topic with the given topicName.
  • Method Details

    • listDefaultTopicConfigs

      CompletableFuture<List<io.confluent.kafkarest.entities.TopicConfig>> listDefaultTopicConfigs(String clusterId, String topicName)
      Returns the list of Kafka TopicConfigs belonging to the Topic with the given topicName.