CCAAK · Question #85
Which metrics should be set to zero to ensure a healthy Kafka cluster and data consistency?
The correct answer is C. Under-replicated partitions, offline partitions, and ISR (In-Sync Replicas) shrink rate. A healthy cluster maintains full replication and stable ISR membership. Zero under-replicated and offline partitions indicate full availability, while a zero ISR shrink rate shows replicas are not frequently falling out of sync, ensuring data consistency.
Question
Which metrics should be set to zero to ensure a healthy Kafka cluster and data consistency?
Options
- AUnder-replicated partitions, offline partitions, and active controller count
- BUnder-replicated partitions, offline partitions, and request latency
- CUnder-replicated partitions, offline partitions, and ISR (In-Sync Replicas) shrink rate
- DUnder-replicated partitions, offline partitions, and log flush rate
How the community answered
(20 responses)- A5% (1)
- B15% (3)
- C70% (14)
- D10% (2)
Explanation
A healthy cluster maintains full replication and stable ISR membership. Zero under-replicated and offline partitions indicate full availability, while a zero ISR shrink rate shows replicas are not frequently falling out of sync, ensuring data consistency.
Topics
Community Discussion
No community discussion yet for this question.