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

API for subscriber-to-broker #8

Open
bestchai opened this issue Oct 22, 2015 · 0 comments
Open

API for subscriber-to-broker #8

bestchai opened this issue Oct 22, 2015 · 0 comments

Comments

@bestchai
Copy link
Member

Formulate the subscriber API version .1 This should include authentication/nonce bits for setting up the connection. This API should reflect client concerns. Some things that it may contain are: GetOldEvents (before subscriber joiner), CreateFilter (only notify subscriber of events of particular nature), RemoveFilter (disable the filtering), PauseStream (pause the publishing of events to this subscriber), UnPauseStream (resume publishing of events to this subscriber -- should events that were on pause be sent?).

A complete API would need to be specified as a JSON RPC set of method calls, and an example client (in Go, or JS) that would interface with the server-side API.

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

1 participant