You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This publishes all events to a single channel, which has some problems regarding authorization (plus requiring clients to perform excessive control flow branching).
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.The text was updated successfully, but these errors were encountered: