Skip to content

Monitor Tab

The Monitor tab provides real-time tracking of replication progress for topics, consumer groups, and schemas. It is the primary interface for assessing cutover readiness and managing individual component states during an active migration.

The top section displays an overall cutover readiness summary:

MetricDescription
Completion PercentageAggregate progress toward cutover readiness
Topics SyncedNumber of topics that have reached “In Sync” status
Consumer Groups ReadyNumber of consumer groups with synchronized offsets
Schemas SyncedNumber of schema subjects replicated to the destination
Last UpdatedTimestamp of the most recent status refresh
StatusDescription
Not Ready for CutoverNo replication activity initiated (displayed with an error color)
Migration In ProgressActive migration with some components still syncing
In SyncAll monitored components have caught up with the source
ReadyAll components in sync, ready for cutover
Cutover DoneCutover complete for all components

The Topics sub-tab displays all selected topics with their synchronization status.

Topics monitoring with sync progress and status badges

Each topic row shows:

  • Topic Name: Fully qualified name
  • Partitions: Number of partitions
  • Sync Progress Bar: Visual indicator of replication completeness
  • Status Badge: Current replication state

Expand a topic row to view partition-level details:

FieldDescription
Partition NumberPartition ID within the topic
Source OffsetLatest offset on the source cluster
Destination OffsetLatest offset on the destination cluster
LagNumber of messages behind (source minus destination)
StatusPer-partition replication state

Expanded partition details for a topic

StatusDescription
Not StartedNo replication activity for this topic
Sync In ProgressData is actively being replicated
In SyncAll available messages have been replicated
Producer CutoverProducers have been redirected to the destination
StatusDescription
SyncingPartition data is actively being replicated
In SyncPartition offsets are aligned between source and destination
CutoverPartition cutover is complete

Users can remove a topic from the migration or rollback a topic that has been cut over.