You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bookkeeper.apache.org by Ivan Kelly <iv...@yahoo-inc.com> on 2011/09/06 18:24:16 UTC

Re: bookkeeper client.readEntry() ?

Hi Yang, 

You can get the latest entry id using LedgerHandle#getLastAddConfirmed()

Its better to send Bookkeeper related questions to bookkeeper-user@zookeeper.apache.org as bookkeeper has moved out of zookeeper into a subproject now.

Regards
Ivan

On 6 Sep 2011, at 17:14, Yang wrote:

> readEntry() takes a param of entryId,
> 
> but is there a way to tell the client to just receive the latest entries?
> i.e. treating the replicated log as a stream
> 
> Thanks
> Yang