Bird
0
0

Which Kafka configuration setting primarily affects how many threads handle disk read and write operations?

easy📝 Conceptual Q11 of 15
Kafka - Performance Tuning
Which Kafka configuration setting primarily affects how many threads handle disk read and write operations?
Anum.io.threads
Blog.retention.hours
Czookeeper.connect
Dauto.create.topics.enable
Step-by-Step Solution
Solution:
  1. Step 1: Identify the setting related to disk I/O threads

    The setting num.io.threads controls the number of threads Kafka uses for disk input/output operations.
  2. Step 2: Compare other options for relevance

    Other options like log.retention.hours relate to data retention, zookeeper.connect is for cluster coordination, and auto.create.topics.enable controls topic creation, none affect disk I/O threads.
  3. Final Answer:

    num.io.threads -> Option A
  4. Quick Check:

    Disk I/O threads = num.io.threads [OK]
Quick Trick: Look for settings with 'io.threads' for disk I/O control [OK]
Common Mistakes:
MISTAKES
  • Confusing retention settings with I/O threads
  • Choosing zookeeper settings instead of I/O
  • Selecting topic creation options

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes