Bird
0
0

Why is it important to include cooldown periods in Kafka auto-scaling strategies?

hard📝 Conceptual Q10 of 15
Kafka - Kubernetes and Cloud Deployment
Why is it important to include cooldown periods in Kafka auto-scaling strategies?
ATo reduce message size during high load
BTo increase the number of topics automatically
CTo prevent rapid scaling actions causing instability
DTo disable auto-scaling temporarily
Step-by-Step Solution
Solution:
  1. Step 1: Understand cooldown purpose

    Cooldown periods stop frequent scaling to avoid thrashing.
  2. Step 2: Apply to Kafka auto-scaling

    Without cooldown, brokers might be added and removed rapidly causing instability.
  3. Final Answer:

    To prevent rapid scaling actions causing instability -> Option C
  4. Quick Check:

    Cooldown prevents unstable rapid scaling [OK]
Quick Trick: Cooldown stops rapid scaling flips [OK]
Common Mistakes:
MISTAKES
  • Thinking cooldown changes topics
  • Assuming it reduces message size
  • Confusing cooldown with disabling scaling

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes