Quotas feature Kafka 0.9.0.1

2016-06-03 Thread Liju John
possible to throttle Fetch follower as well with quotas? Regards, Liju John

Re: Kafka RecordAccumulator size grows beyond configured buffer.memory size

2015-08-05 Thread Liju John
Just to add more info - Our message size = 1.5MB , so effectively there was no batching as our batch size is 200. Is there any case when the RecordAccumulator can grow beyond the configured buffer.memory ? Regards, Liju John On Wed, Aug 5, 2015 at 12:41 PM, Liju John wrote: > Hi, >

Kafka RecordAccumulator size grows beyond configured buffer.memory size

2015-08-05 Thread Liju John
Regards, Liju John

Ques regarding topic partition offset

2015-01-27 Thread Liju John
that my consumers are pulling the msgs from the topic but at somepoint in time it throws exception that the current offset is greater that the latest offset of the partition . Is it because of retension the latest offset gets reset ? How can I handle this scenarios Regards, Liju John S/W developer

Query regarding serialization

2015-01-17 Thread Liju John
Hi, I am new to kafka and still learning .I have a query .. As per my understanding the serialization is happening before the partitioning and grouping of messages per broker . Is my understanding correct and what is the reason for the same? Regards, Liju John

Query regarding Kafka publishing

2015-01-16 Thread Liju John
Hi , I have a general query - As per the code in Kafka producer the serialization happens before partitioning , Is my understanding correct ? If yes whats the reason for it ? Regards, Liju John