GitHub user numinnex added a comment to the discussion: Adding a possibility to notify consumers
Kinda late contribution, but I would like to keep this discussion alive, as I have idea how this potentially could be implemented in a way where it's extensible by the end-user. I think we could turn this mechanism into an "general purpose" notification mechanism. The way I imagine this could work is as follows: - We would expose through some embeddable technology (like WASM), certain structures of our server in readonly mode - The WASM module would output opaque bytes constructed based on the data structures that we provide - The user would provide both the WASM module to create those bytes aswell how to deserialize those This way we don't have to create our selves all of the possible notifications that users would ask for, instead it's on user to implement whatever notification they wish. GitHub link: https://github.com/apache/iggy/discussions/2854#discussioncomment-16297640 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
