Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Long-poll reads in new API #550

Closed
eolivelli opened this issue Oct 11, 2017 · 1 comment
Closed

Support Long-poll reads in new API #550

eolivelli opened this issue Oct 11, 2017 · 1 comment

Comments

@eolivelli
Copy link
Contributor

FEATURE REQUEST

  1. Please describe the feature you are requesting.
    the new org.apache.bookkeeper.client.api.ReadHandle should support long-poll reads

  2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
    should-have

  3. Provide any additional detail on your proposed use case for this feature.
    it is needed in order to let applications which use the legacy API (like DistributeLog) switch to the new API

@jiazhai
Copy link
Member

jiazhai commented Nov 15, 2017

will do it.

@jiazhai jiazhai self-assigned this Nov 15, 2017
@sijie sijie modified the milestones: 4.6.0, 4.7.0 Nov 20, 2017
@sijie sijie closed this as completed in c9a1b8a Nov 20, 2017
sijie pushed a commit that referenced this issue Nov 20, 2017
…oll read

Descriptions of the changes in this PR:
1, add a class LastAddConfirmedAndEntry and metnod readLastAddConfirmedAndEntry() in ReadHandle;
2, add implementation for readLastAddConfirmedAndEntry in LedgerHandler;
3, add testcase in BookKeeperApiTest;
4, remove un-used imports, break down long lines, fix wrong comments.

Author: Jia Zhai <zhaijia@apache.org>

Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Sijie Guo <sijie@apache.org>, Venkateswararao Jujjuri (JV) <None>

This closes #729 from zhaijack/issue-550, closes #550

(cherry picked from commit c9a1b8a)
Signed-off-by: Sijie Guo <sijie@apache.org>
@sijie sijie modified the milestones: 4.7.0, 4.6.0 Nov 22, 2017
philipsu522 pushed a commit to philipsu522/bookkeeper that referenced this issue Dec 8, 2017
…long poll read

Descriptions of the changes in this PR:
1, add a class LastAddConfirmedAndEntry and metnod readLastAddConfirmedAndEntry() in ReadHandle;
2, add implementation for readLastAddConfirmedAndEntry in LedgerHandler;
3, add testcase in BookKeeperApiTest;
4, remove un-used imports, break down long lines, fix wrong comments.

Author: Jia Zhai <zhaijia@apache.org>

Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Sijie Guo <sijie@apache.org>, Venkateswararao Jujjuri (JV) <None>

This closes apache#729 from zhaijack/issue-550, closes apache#550
athanatos pushed a commit to athanatos/bookkeeper that referenced this issue Jan 25, 2019
First iteration of the directory changes in maven migration.
This time, the empty zookeeper-it for future integration tests were created, and the docs source were moved to zookeeper-docs.
Tested with forest v0.9, documents generations were successful with ant.

Author: Norbert Kalmar <nkalmar@yahoo.com>

Reviewers: Andor Molnar <andor@apache.org>

Closes apache#550 from nkalmar/ZOOKEEPER-3022-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants