Kafka - Performance Tuning
Which Kafka configuration setting controls the size of the buffer used to batch data before sending to brokers?
batch.size setting controls the maximum size of a batch of records sent to brokers.buffer.memory controls total memory for buffering, fetch.min.bytes is for consumers, and linger.ms controls delay before sending batches.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions