Re: Delayed Queue

2014-02-23 Thread Jagan Ranganathan
ed is a useful feature in some applications. But it means that something like a TTL (which inherently re-orders messages) is not easily done in Kafka, except through a construction like Aniket described. Martin On 23 Feb 2014, at 10:29, Jagan Ranganathan <ja...@zohocorp.com> wrote:

Re: Delayed Queue

2014-02-23 Thread Jagan Ranganathan
15:13:02 +0530 Aniket > Bhatnagar&lt;aniket.bhatna...@gmail.com&gt; wrote > > > Hi Jagan > > Are you expecting each message to have the same delay? Or is there a finite > set of delays? Or messages can arbitrarily any delay? > > Thanks, > Aniket > On 23

Re: Delayed Queue

2014-02-23 Thread Jagan Ranganathan
y? Or is there a finite set of delays? Or messages can arbitrarily any delay? Thanks, Aniket On 23 Feb 2014 14:13, "Jagan Ranganathan" <ja...@zohocorp.com> wrote: > Dear All, > > I am looking for a Delayed Queue implementation for my distributed system > requ

Re: Delayed Queue

2014-02-23 Thread Jagan Ranganathan
Also I am concerned about the Producer level batching and the data loss that this may lead to. Can I turn off the producer level batching completely. If yes, what is the performance that I am paying for this? Regards, Jagan On Sun, 23 Feb 2014 14:13:12 +0530 Jagan Ranganathan<

Delayed Queue

2014-02-23 Thread Jagan Ranganathan
Dear All, I am looking for a Delayed Queue implementation for my distributed system requirement. Would like to know if I can achieve the same using Kafka. Regards, Jagan