Bird
0
0

Which of the following is the correct Kafka configuration property to set the minimum ISR count for writes?

easy📝 Syntax Q3 of 15
Kafka - Cluster Architecture
Which of the following is the correct Kafka configuration property to set the minimum ISR count for writes?
Areplica.fetch.max.bytes
Breplica.lag.time.max.ms
Cacks
Dmin.insync.replicas
Step-by-Step Solution
Solution:
  1. Step 1: Identify configuration for minimum ISR

    The property min.insync.replicas sets the minimum number of replicas that must acknowledge a write.
  2. Step 2: Compare with other properties

    Other options control lag time, acknowledgement mode, or fetch size, not minimum ISR.
  3. Final Answer:

    min.insync.replicas -> Option D
  4. Quick Check:

    Minimum ISR config = min.insync.replicas [OK]
Quick Trick: min.insync.replicas sets minimum ISR for writes [OK]
Common Mistakes:
  • Confusing acks with min.insync.replicas
  • Mixing lag time with ISR count
  • Using fetch size property incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes