nerdexam
Confluent

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.

Monitoring and Operations

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)
  • A
    5% (1)
  • B
    15% (3)
  • C
    70% (14)
  • D
    10% (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

#cluster health metrics#under-replicated partitions#ISR shrink rate#offline partitions

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice