-
Notifications
You must be signed in to change notification settings - Fork 3
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
Consider allowing integration handlers to consume events. #89
Comments
@danilvpetrov Do you have any use-cases from Hive where this might apply? |
Not at the moment, even all those events that are going to the processes should be probably kept this way as these processes guard their state and fire commands to the integration handlers accordingly. However, I can envisage the situation where some standalone integration handlers would need to listen to the events published by aggregates (even processes). |
I'm closing this due to a lack of necessity. We can reopen it if we find legitimate use cases. The example given above:
Could be reasonably modelled as a projection anyway. |
We've discovered a use-case for this at cwx wherein we need to push an ephemeral notification to a connected client. /cc @mrubiosan |
See also #90.
The idea here is that integrations with other systems may need to respond to events that occur, without necessarily involving a business process.
One hypothetical example would be sending a notification to online users about completion of a transaction.
The text was updated successfully, but these errors were encountered: