Re: seekToBeginning doesn't work without auto.offset.reset

2016-03-10 Thread Mansi Shah
t; for people who are storing offsets externally. > > On Thu, Mar 10, 2016 at 9:27 AM, Mansi Shah <mansis...@maprtech.com> > wrote: > > Guozhang > > > > Sorry for joining the party a little late. I have been thinking about > this > > whole awkward behavior of having

Re: seekToBeginning doesn't work without auto.offset.reset

2016-03-10 Thread Mansi Shah
Guozhang Sorry for joining the party a little late. I have been thinking about this whole awkward behavior of having to call poll(0) to actually make the underlying subscriptions take effect. Is the core reason for this design the fact that poll is also the actual heartbeat and you want to make

Re: poll(0) after subscribe

2016-03-05 Thread Mansi Shah
Guozhang Thanks for the explanation !! Mansi. Sent from my iPhone > On Mar 5, 2016, at 3:38 PM, Guozhang Wang wrote: > > Guozhang

poll(0) after subscribe

2016-03-04 Thread Mansi Shah
Hi, I had a question around expected behavior / API expectations. Is subscribe a lazy call? What I mean by that is if I subscribe to a topic and then call poll(0), then is this first poll guaranteed to never return data? Will the data pre-fetch not start as soon as subscribe is called? Is