Explicit control over flushing the messages

2015-03-04 Thread Ponmani Rayar
Hi Group, I have started using Kafka 0.8.2 with the new producer API. Just wanted to know if we can have an explicit control over flushing the messages batch to Kafka cluster. Configuring batch.size will flush the messages when the batch.size is reached for a partition. But is there any

Re: Explicit control over flushing the messages

2015-03-04 Thread Ponmani Rayar
; On Wed, Mar 4, 2015 at 4:28 AM, Ponmani Rayar wrote: > > > Hi Group, > > > > I have started using Kafka 0.8.2 with the new producer API. > > Just wanted to know if we can have an explicit control over flushing the > > messages batch to Kafka cluster.