Does the ConsumerConnector keep track of the offsets of data downloaded from the server (and queued for consumption by the end user of the API), or does it keep track of the actual offset that has been consumed by the end user?
--Tom On Fri, Dec 21, 2012 at 10:37 AM, Neha Narkhede <neha.narkh...@gmail.com> wrote: >> But if crash happens just after offset committed, then unprocessed >> message in consumer will be skipped after reconnected. >> > > If the consumer crashes, you will get duplicates, not lose any data. > > Thanks, > Neha