-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
ready_for_releaseIssue has been completed, but the resolution has not been pushed out to a release.Issue has been completed, but the resolution has not been pushed out to a release.
Description
Currently, the events channel looks like this:
<organization>/<facility>/<system>/<subsystem>/<service>/events
This publishes all events to a single channel, which has some problems regarding authorization (plus requiring clients to perform excessive control flow branching).
A better approach may be:
<organization>/<facility>/<system>/<subsystem>/<service>/events/<event_name>
where event_name represents an event key.
Metadata
Metadata
Assignees
Labels
ready_for_releaseIssue has been completed, but the resolution has not been pushed out to a release.Issue has been completed, but the resolution has not been pushed out to a release.