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

Add watches #8

Open
1 of 14 tasks
mcopik opened this issue Jul 9, 2021 · 1 comment
Open
1 of 14 tasks

Add watches #8

mcopik opened this issue Jul 9, 2021 · 1 comment
Labels

Comments

@mcopik
Copy link
Collaborator

mcopik commented Jul 9, 2021

We need to implement the ZooKeeper watch semantics.

  • Create watches on data.
  • Create empty, fake nodes for create watches.
  • Writer checking for watch invocation and modifying counters (Extend system counters #4)
  • Implement watch functions.
  • Path watch (getChildren).
  • function delivery user receive with ordering
  • watch triggering on user side (most recent data)
  • delay reads
  • create node
  • get children
  • test get data watch
  • test exists data watch
  • tests watch delayed
  • tests early detection of a watch
@mcopik mcopik added enhancement New feature or request first beta labels Jul 9, 2021
@mcopik
Copy link
Collaborator Author

mcopik commented Jul 26, 2024

Verify which features from this have already been implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant