Hi,
On Thu, Nov 1, 2012 at 2:16 PM, Pankaj Misra <pankaj.mi...@impetus.co.in> wrote: > Dear All, > > I am using async producer to publish event messages to a topic. Each message > is about 2KB in size and I intend to publish about 1 million messages, i.e. > about 2GB of message volumes. > Our approach is to have the async producer spool to a local file, and another daemon the read the file and send to kafka. Something similar to a local SMTP daemon - the only limitation is the local disk space available.