Skip to content

Topic Selection

The Topic Selection step determines which topics from the source cluster will be replicated to the destination. The suite scans the source cluster and displays all discovered topics with their compatibility status.

A top panel summarizes the topic landscape:

MetricDescription
Compatible TopicsTopics that can be replicated without issues.
Conflicting TopicsTopics that have configuration conflicts with the destination cluster (for example, partition count mismatches or naming collisions).

Each topic row displays:

  • Name: The full topic name on the source cluster.
  • Partitions: The number of partitions configured for the topic.
  • Compatible: A status indicator showing whether the topic can be replicated cleanly.

Topic list with compatibility indicators

Conflicting topics view

Use the checkboxes next to each topic to select individual topics for replication. This approach is best when migrating a small, known set of topics.

Enter wildcard patterns to select topics by name. For example:

PatternResult
test-*Selects all topics whose names start with “test-”.
*-ordersSelects all topics whose names end with “-orders”.
prod-*-eventsSelects topics matching the prefix “prod-” and suffix “-events”.

Define patterns to exclude specific topics from selection. For example:

PatternResult
*-internalExcludes all topics whose names end with “-internal”.
__*Excludes topics with the double-underscore prefix (typically internal Kafka topics).

The Selection Summary panel updates in real time as you modify your selections:

FieldDescription
Topics SelectedThe count of topics currently selected for replication.
Total PartitionsThe aggregate partition count across all selected topics.
Compatibility StatusAn overall status indicating whether all selected topics are compatible.
  • Search: Filter the topic list by name using the search bar.
  • Visible Filter: Toggle between showing all topics or only selected topics.
  • Clear: Reset all selections.
  • Pagination: Navigate through large topic lists using page controls.

No topics selected state