Bird
0
0

Which of the following is the correct way to increase Kafka capacity?

easy📝 Syntax Q12 of 15
Kafka - Kubernetes and Cloud Deployment
Which of the following is the correct way to increase Kafka capacity?
AAdd more brokers to the Kafka cluster
BDecrease the number of partitions per topic
CReduce the hardware resources of brokers
DLimit the number of consumers
Step-by-Step Solution
Solution:
  1. Step 1: Review capacity factors in Kafka

    Capacity depends on brokers, partitions, and hardware resources.
  2. Step 2: Identify correct capacity increase method

    Adding more brokers increases cluster capacity by distributing load.
  3. Final Answer:

    Add more brokers to the Kafka cluster -> Option A
  4. Quick Check:

    More brokers = more capacity [OK]
Quick Trick: Add brokers to increase capacity [OK]
Common Mistakes:
  • Thinking decreasing partitions increases capacity
  • Reducing hardware lowers capacity
  • Limiting consumers does not increase capacity

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes