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

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

Open
Lance-Drane opened this issue Aug 19, 2024 · 0 comments
Open

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

Lance-Drane opened this issue Aug 19, 2024 · 0 comments

Comments

@Lance-Drane
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant