Skip to content

API: Events stream #491

@aluzzardi

Description

@aluzzardi

The API should provide a way to watch for changes.

There are various solutions to do that:

  • A single event bus, similar to the engine (Events() RPC)
  • A per-type watch (e.g. WatchTasks(), WatchServices(), ...)
  • Blocking get with sequencer. (e.g. GetService() then GetService(IfModified: lastServiceVersion)

/cc @stevvooe @vieux

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions