Skip to content

Topics Tab

The Topics tab provides a comprehensive view of all topics in the migration scope, including partition details, replication factors, and selection status.

Topics tab with statistics and topic table

The top section displays aggregate counters:

MetricDescription
Total TopicsNumber of topics discovered on the source cluster
Total PartitionsSum of all partitions across discovered topics
Selected TopicsNumber of topics included in the migration
Selected PartitionsSum of partitions for selected topics

A searchable table lists every discovered topic with the following columns:

ColumnDescription
Topic NameFully qualified topic name. Selected topics display a “Selected” badge next to the name.
Partition CountNumber of partitions for the topic
Replication FactorNumber of replicas configured on the source cluster

Use the search bar to filter topics by name.

Phantom lag explanation and UI display

Phantom lag occurs when Kafka deletes older messages due to retention policies, creating offset gaps between the source and destination clusters. The suite distinguishes between two types of lag:

Lag TypeDescription
Real LagMessages that exist on the source and have not yet been replicated to the destination
Phantom LagMessages that no longer exist on the source due to retention policy deletion

The system calculates the actual lag by excluding phantom lag from the total offset difference. This ensures that topics where all available messages have been replicated display an “In Sync” status, even if the raw offset numbers differ.