[GitHub] bookkeeper issue #220: BOOKKEEPER-1095: Long Poll - Server and Client Side C...

2017-06-30 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/220 @sijie awesome I hope that "simple clients" in the future will be able to leverage such powerful feature without having to add new "coordination services middlewares". Let's discuss this in

[GitHub] bookkeeper issue #220: BOOKKEEPER-1095: Long Poll - Server and Client Side C...

2017-06-30 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/pull/220 @eolivelli I think the best way to do 'tailing' is to using the distributedlog library. it handles fetch and deals with the switch between normal reads and long poll reads when detecting lac is adv