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

Stream is not cluster ready #41

Closed
To-om opened this issue Jan 10, 2018 · 2 comments
Closed

Stream is not cluster ready #41

To-om opened this issue Jan 10, 2018 · 2 comments
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Jan 10, 2018

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.

@To-om To-om self-assigned this Jan 10, 2018
@To-om To-om added this to the 1.5.0 milestone Jan 10, 2018
@ParanoidRat
Copy link

@To-om, I guess this explains why I observed #414 in TheHive, right?

To-om added a commit that referenced this issue Jan 10, 2018
@To-om
Copy link
Contributor Author

To-om commented Jan 16, 2018

@ParanoidRat Yes, stream system is not aware of other cluster nodes yet.

To-om added a commit that referenced this issue Jan 17, 2018
To-om added a commit that referenced this issue Jan 17, 2018
@To-om To-om closed this as completed Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants