stack-event icon indicating copy to clipboard operation
stack-event copied to clipboard

Muon stack defining an API for persisted event streams. Useful for implementing event sourcing, CQRS, eventually consistent systems

Results 4 stack-event issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...