Kafka - Producers
Given this Kafka producer config snippet:
What is the expected effect on message sending?
props.put("compression.type", "lz4");
props.put("batch.size", 16384);What is the expected effect on message sending?
