Skip to content

TopicsInfo

Creating Instance

TopicsInfo takes the following to be created:

  • Names of the Sink Topics
  • Names of the Source Topics
  • Repartition Source Topics (Map<String, InternalTopicConfig>)
  • State Changelog Topics (Map<String, InternalTopicConfig>)

TopicsInfo is created when:

Back to top