Re: Questions re: auto-commit and camel-kafka

2015-07-03 Thread Michael J. Kitchin
Hi there, Thanks for getting back to me so quickly. Per auto-commit: -- That's as I thought. Here is the setup, so far: - Auto-commit off - Same/fixed consumer group - Auto offset reset set to largest When the camel route is shut down in an orderly fashion the consumer and

Re: some problem abort isrshrinkrate

2015-07-03 Thread Joel Koshy
I'm assuming you mean you shut down the follower and the leader did not reflect this in isr shrink-rate. I think the reason for this is that the controller would have sent a leaderAndIsr request to the (existing leader) with the shrunk ISR. On the (redundant) leader transition the leader updates

Re: Indication in FetchResponse that fetch size is too small

2015-07-03 Thread Stevo Slavić
Thanks for heads up Joel! Kind regards, Stevo Slavic. On Thu, Jul 2, 2015 at 10:17 PM, Joel Koshy jjkosh...@gmail.com wrote: A somewhat related request came up in another thread and I think it is reasonable to provide this. However, there are already some indicators that you can use: - The

Re: Questions re: auto-commit and camel-kafka

2015-07-03 Thread Jiangjie Qin
Hi Michael, For the consumer side question. Yes, turning off auto offset commit is what you want. But you should also commit offset manually after you have written the processed data to somewhere else. Also, the offset is only associated with a particular consumer group. So if you restart your

Re: How can I unsubscribe from this mailing list

2015-07-03 Thread Monika Garg
Thanks. I will try these to unsubscribe. On Thu, Jun 25, 2015 at 12:59 PM, Stevo Slavić ssla...@gmail.com wrote: I believe it's: users-unsubscr...@kafka.apache.org Maybe http://kafka.apache.org/contact.html could be updated with unsubscribe info. Kind regards, Stevo Slavic. On Thu, Jun