Skip to content

Channel handling: have a dedicated event topic per event key #13

@Lance-Drane

Description

@Lance-Drane

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions