Kafka - Performance Tuning
Given this Kafka producer config snippet:
buffer.memory=33554432 batch.size=16384 linger.ms=5What happens if the producer tries to send messages faster than the buffer can hold?
