You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Ming Han <te...@gmail.com> on 2012/08/16 10:11:29 UTC

buffer.time

In http://incubator.apache.org/kafka/design.html, the documentation
claims 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 api  or is it
unimplemented? I can't find anything about it in
http://incubator.apache.org/kafka/configuration.html

Thanks,
Ming Han