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

*: improve and expose event streaming apis #34

Open
4 tasks
sgotti opened this issue Jul 9, 2019 · 0 comments
Open
4 tasks

*: improve and expose event streaming apis #34

sgotti opened this issue Jul 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@sgotti
Copy link
Member

sgotti commented Jul 9, 2019

Currently we have initial event streaming for runs events provided by the runservice. It's currently used by the notification service.

Its api and implementation could be improved a lot:

  • ability to resume streaming from a specific event (so the client when reconnects will not lose past events)
  • perhaps read events from local readdb instead of etcd for improved scaling
  • implements similar api also for the configstore
  • document and expose this api (and other possible event api) for additional services (since this is the way to extend agola)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant