My bad. The exposed option is "sync", so omitting that should default to async.

Aditya

________________________________________
From: ram kumar [ramkumarro...@gmail.com]
Sent: Sunday, May 31, 2015 10:43 PM
To: users@kafka.apache.org
Subject: Re: async

async option is not available in 0.8.2.1

On Mon, Jun 1, 2015 at 11:06 AM, Aditya Auradkar <
aaurad...@linkedin.com.invalid> wrote:

> This should be enough:
> bin/kafka-console-producer.sh --async -batch-size=10 --broker-list
> localhost:9092 --topic test
>
> Aditya
>
> ________________________________________
> From: ram kumar [ramkumarro...@gmail.com]
> Sent: Sunday, May 31, 2015 10:18 PM
> To: users@kafka.apache.org
> Subject: async
>
> hi,
>
> is this the way to run async producer
>
> bin/kafka-console-producer.sh --property producer.type=async
> batch.num.messages=10 --broker-list localhost:9092 --topic test
>
> thanks
>

Reply via email to