Skip to content

InternalTopicManager

Creating Instance

InternalTopicManager takes the following to be created:

InternalTopicManager is created when:

makeReady

Set<String> makeReady(
  Map<String, InternalTopicConfig> topics)

makeReady...FIXME

makeReady is used when:

  • ChangelogTopics is requested to setup
  • RepartitionTopics is requested to setup
Back to top