Kafka - Producers
Given the following Kafka producer configuration:
What will happen if messages arrive slowly, one every 20 milliseconds?
{"batch.size": 32768, "linger.ms": 10}What will happen if messages arrive slowly, one every 20 milliseconds?
