Kafka - Performance Tuning
Which Kafka producer configuration setting directly controls the maximum number of bytes sent in one batch?
batch.size setting controls the maximum size in bytes of a batch sent by the producer.linger.ms controls delay, compression.type controls compression, and acks controls acknowledgment behavior.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions