Event System #164
bglamadrid
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Well Spring has events so that could be useful in this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Would you like to consider Kafka in this scenario? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Introduce a mechanism to create documented events, each fired under certain conditions such as
And so on.
These examples should not be considered in particular; the feature I'm conceiving is an abstraction, an API to both fire and listen to any defined event and let other parts of the application (and perhaps outside of the application itself) be aware of these events.
Bare-bones idea
Expected outcome
Have, at every developer's disposal, a simple yet powerful mean to extend the features of this project.
Considered alternatives
I haven't yet searched for alternatives, as I often try to figure out how I would do things myself (no I don't endorse doing this, I personally just can't help it).
Beta Was this translation helpful? Give feedback.
All reactions