Re: Regarding log.retention.bytes config

2016-08-29 Thread Amit Karyekar
Thanks Dhiraj! On 8/28/16, 1:57 AM, "dhiraj prajapati" wrote: >It is per partition > >On Aug 27, 2016 3:10 AM, "Amit Karyekar" wrote: > >> Hi, >> >> We’re using Kafka 0.9 >> >> Wanted to check whether log.retention.bytes works o

Regarding log.retention.bytes config

2016-08-26 Thread Amit Karyekar
Hi, We’re using Kafka 0.9 Wanted to check whether log.retention.bytes works on per partition basis or is it cumulative of all partitions? Regards, Amit Information contained in this e-mail message is confidential. This e-mail message is intended only for the personal use of the recipient(s) na

Re: Producer property to set to enable async data transfer in kafka 8.2.2

2015-11-24 Thread Amit Karyekar
java/com/shapira/examples/producer/simplecounter > >On Tue, Nov 24, 2015 at 10:40 AM, Amit Karyekar >wrote: > >> Hi folks, >> >> We are working with Kafka 8.2.2 and want to use producer.type as async >>for >> sending messages to broker. >> >>

Producer property to set to enable async data transfer in kafka 8.2.2

2015-11-24 Thread Amit Karyekar
Hi folks, We are working with Kafka 8.2.2 and want to use producer.type as async for sending messages to broker. In Kakfka 8.2.2, some new producer properties have been introduced. However, there is no new name for the property producer.type mentioned in the documentation. We’ve the following