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