Kafka - Performance Tuning
Given the following Kafka consumer configuration snippet:
What is the expected effect on consumer throughput and latency?
props.put("max.poll.records", "1000");
props.put("fetch.min.bytes", "1048576");What is the expected effect on consumer throughput and latency?
