Kafka Offline Partitions
The Offline Partition Details table provides a list of Kafka topics list that has offline partitions.
The following table provides description of the details displayed in the Offline Partition Details table:
| Column Name | Description |
|---|---|
| ID | Displays the ID of the cluster. |
| Name | The name of the topic. |
| Marked for Deletion | The state of the cluster, whether it is marked for deletion or not. True: if the cluster has been scheduled for deletion. False: If the cluster has not been marked for deletion. |
| Cluster | The name of the cluster. |
| Partition IDs | The ID of partition in the consumer group. |
| Replication Factor | Displays the number of copies a topic has in a Kafka cluster. These copies are used in the event of a failover. If Replication Factor is N, Kafka can tolerate up to N-1 failures. |
Was this page helpful?