Kafka - Performance Tuning
Which Kafka configuration setting primarily affects how many threads handle disk read and write operations?
num.io.threads controls the number of threads Kafka uses for disk input/output operations.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.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions