Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, we did not configure this parameter for Kafka producer. However, setting `buffer.memory` (size of Kafka producer buffer before flushing), `linger.ms` (windowing period for batching requests) is not enough. Now, we are adding `max.request.size` that will add another threshold for when messages are flushed based upon request size.
- Loading branch information