Bird
0
0

If a Kafka broker consistently shows 90% CPU utilization, what is the best resource planning step to reduce this?

medium📝 Predict Output Q5 of 15
Kafka - Kubernetes and Cloud Deployment
If a Kafka broker consistently shows 90% CPU utilization, what is the best resource planning step to reduce this?
AUpgrade client applications to newer versions
BIncrease the number of partitions on existing brokers
CReduce the number of consumers connected
DAdd more brokers to distribute the load
Step-by-Step Solution
Solution:
  1. Step 1: Identify cause

    High CPU usage indicates brokers are overloaded processing partitions and requests.
  2. Step 2: Plan resource scaling

    Adding brokers distributes partitions and client load, reducing CPU pressure per broker.
  3. Final Answer:

    Add more brokers to distribute the load -> Option D
  4. Quick Check:

    More brokers reduce CPU load per broker [OK]
Quick Trick: Add brokers to reduce high CPU load [OK]
Common Mistakes:
  • Increasing partitions without adding brokers
  • Reducing consumers without addressing broker load
  • Upgrading clients unrelated to CPU usage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes