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

Subscribe to a specific objects changes #3

Open
chengfred opened this issue Oct 20, 2015 · 1 comment
Open

Subscribe to a specific objects changes #3

chengfred opened this issue Oct 20, 2015 · 1 comment

Comments

@chengfred
Copy link
Contributor

In init command:

Currently we send name property to indicate the bucket name, and this implicitly subscribes you to all of a buckets changes, name: "note" => send all changes in note bucket

Perhaps:
name: "note.abcd" => send only changes for object abcd in note

Or, a separate field:

query: "abcd" => send only changes for object abcd ( bucket from name: "note" still )

Not sure if we want to support more complicated queries yet

@roundhill
Copy link

👏

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

No branches or pull requests

2 participants