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
The Stream system allows different components to transmit messages (add, remove, update an entity for example) on a bus.
Currently, the messages sent to the Stream have a local scope: they are not transmitted to other application nodes when it run in cluster.
The aim of this issue is to make Stream cluster ready: the messages are transmitted to all application nodes, as if each component was on the same node.
The text was updated successfully, but these errors were encountered:
The Stream system allows different components to transmit messages (add, remove, update an entity for example) on a bus.
Currently, the messages sent to the Stream have a local scope: they are not transmitted to other application nodes when it run in cluster.
The aim of this issue is to make Stream cluster ready: the messages are transmitted to all application nodes, as if each component was on the same node.
The text was updated successfully, but these errors were encountered: