kafka-go
kafka-go copied to clipboard
Add BatchNoWait parameter
Add BatchNoWait parameter. This parameter resolves the performance issue that occurs when a synchronous client waits for a BatchTimeout, even when there is nothing left to flush.
See https://github.com/segmentio/kafka-go/issues/852