Re: Request New Feature On Kafka 0.8.1

2014-06-30 Thread Bhavesh Mistry
Hi Kefka Dev, Please let me know if you guys agree with use case features presented on previous email. Thanks, Bhavesh On Fri, Jun 27, 2014 at 11:45 AM, Bhavesh Mistry wrote: > HI Steve, > > I am referring to version 0.8.0 and I would like to try in dev environment > unbounded queue to try t

Re: Request New Feature On Kafka 0.8.1

2014-06-27 Thread Bhavesh Mistry
HI Steve, I am referring to version 0.8.0 and I would like to try in dev environment unbounded queue to try to figure upper bound of the application during the stress test and through put we want to achieve. Also, additional features I would like to add At Run-time on Producer side : 1) Ability

Re: Request New Feature On Kafka 0.8.1

2014-06-25 Thread Steve Morin
Bhavesh, On item 1) you didn't say why you want to be able to change the queue implementation? -Steve On Tue, Jun 24, 2014 at 4:37 PM, Bhavesh Mistry wrote: > Hi Kafka Dev Teeam, > > > > > > I would like to request following features in Kafka Async Producers: > > > > 1) Ability to Inject the

Re: Request New Feature On Kafka 0.8.1

2014-06-25 Thread Neha Narkhede
The concerns you expressed are fixed in the new producer implementation available on trunk. You can give it a try at org.apache.kafka.clients.producer. On Tue, Jun 24, 2014 at 4:37 PM, Bhavesh Mistry wrote: > Hi Kafka Dev Teeam, > > > > > > I would like to request following features in Kafka As

Request New Feature On Kafka 0.8.1

2014-06-24 Thread Bhavesh Mistry
Hi Kafka Dev Teeam, I would like to request following features in Kafka Async Producers: 1) Ability to Inject the implementation of the Blocking Queue similar to serialize and partition class etc… I would like to inject following LIB for queue implementation. Of course wrapper upon Qu