Kafka - Performance Tuning
You want to optimize Kafka disk I/O for a high-throughput system. Which combination of settings is best to improve write performance without increasing disk usage too much?
num.io.threads allows more parallel disk operations. Moderate segment size balances write efficiency and disk usage.log.flush.interval.messages controls how often data is flushed to disk, improving performance without excessive disk writes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions