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 additional apis such as readNext(), putNext(),dropStream() #12

Open
skmonga opened this issue Mar 5, 2019 · 1 comment
Open
Assignees
Labels
hard hard to fix medium medium priority needinfo needs more information to fix
Milestone

Comments

@skmonga
Copy link
Contributor

skmonga commented Mar 5, 2019

We wish to implement the following features in the future:

  • readNext() which allows to search data blocks based on the previous search (similar to iterator pattern)
  • putNext() which allows to write data blocks to the same locations as the previous write without making a call to identify replicas
  • dropStream() which puts an end to the currently running stream by adding an endtime to it
@skmonga skmonga added hard hard to fix medium medium priority labels Mar 5, 2019
@skmonga skmonga added this to the v0.3 milestone Mar 5, 2019
@skmonga skmonga self-assigned this Mar 5, 2019
@simmhan simmhan added the needinfo needs more information to fix label Mar 5, 2019
@simmhan
Copy link
Contributor

simmhan commented Mar 5, 2019

Include:
PutNextBlock, InsertBlock, GetNextBlock, GetBlockRange, GetBlockMeta, DeleteBlock, DropStream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hard hard to fix medium medium priority needinfo needs more information to fix
Projects
None yet
Development

No branches or pull requests

2 participants