stack-event
stack-event copied to clipboard
Muon stack defining an API for persisted event streams. Useful for implementing event sourcing, CQRS, eventually consistent systems
When scaling a system, it is unlikely you will remain with a single event infrastructure. Instead, you will likely want to persist some events into a "local" event store, and...
Need to know when the hot/ cold switch occurs
Muon Version: All Language: jvm MIgrated from https://github.com/muoncore/muon-java/issues/44 Can access subscription and metadata about the stream if constructed and used. Idea is to enable richer control and notifications about the...