Bird
0
0

Given a Kafka cluster with 3 brokers and 6 partitions per topic, what happens if you increase partitions to 12 without adding brokers?

medium📝 Predict Output Q13 of 15
Kafka - Kubernetes and Cloud Deployment
Given a Kafka cluster with 3 brokers and 6 partitions per topic, what happens if you increase partitions to 12 without adding brokers?
AThe number of consumers must be reduced
BThe cluster automatically adds brokers to handle the load
CThe load per broker increases, possibly causing performance issues
DKafka will reject the partition increase request
Step-by-Step Solution
Solution:
  1. Step 1: Understand partition increase effect

    Increasing partitions without adding brokers means more load per broker.
  2. Step 2: Analyze cluster behavior

    Kafka does not auto-add brokers; load per broker rises, risking performance issues.
  3. Final Answer:

    The load per broker increases, possibly causing performance issues -> Option C
  4. Quick Check:

    More partitions + same brokers = more load per broker [OK]
Quick Trick: More partitions without brokers = more load per broker [OK]
Common Mistakes:
  • Assuming Kafka auto-adds brokers
  • Thinking consumers must be reduced
  • Believing Kafka rejects partition increase

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes