Hi, In http://incubator.apache.org/kafka/design.html, the documentation says that ``As events enter a queue, they are buffered in a blocking queue, until either buffer.time or batch.size is reached.``
Is "buffer.time" a configurable option on the producer client or is it unimplemented? I can't find anything about this in http://incubator.apache.org/kafka/configuration.html Thanks, Ming Han