Kafka - Performance Tuning
Given this Kafka producer config snippet:
What is the expected effect on message sending?
{"batch.size": 16384, "compression.type": "gzip"}What is the expected effect on message sending?
