Skip to content

Files

Latest commit

6bd592a · Jan 19, 2019

History

History
11 lines (8 loc) · 616 Bytes

kafka-streams-internals-TopicsInfo.adoc

File metadata and controls

11 lines (8 loc) · 616 Bytes

TopicsInfo

TopicsInfo is a simple "container" with the following:

  • Names of the sink topics

  • Names of the source topics

  • Map<String, InternalTopicConfig>

  • Map<String, InternalTopicConfig>

TopicsInfo is created exclusively when InternalTopologyBuilder is requested for the topic groups (when a node group has at least one source topic, incl. repartition or state changelog topics).