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

An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.

Results 63 event-sourcing issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

renovate

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/patchlevel/event-sourcing). ## Pending Status Checks The following updates...

PoC of archiving events based on a marker attribute. If an event with this marker attribute is going to be saved, then all past events get archived. Then only the...

enhancement

See: https://github.com/patchlevel/event-sourcing/runs/7579745095?check_suite_focus=true#step:7:28

bug
version: 2.1.x

This is a proof of concept for ticket #295

enhancement

Convert the abstract class `AggregateRoot` into an interface and a trait with the logic which is right now in the abstract class.

BC-Break
RFC
version: 3.0.x

## new projection system requirement * Projections should be able to be running asynchronously using a worker (#293) * The position of a projection should be stored in a store...

enhancement
RFC
version: 2.1.x

Right now we have no possibility to split up the stream for an aggregate. This could be handy if the stream gets really long, or even if the business needs...

RFC
version: 2.2.x

We should try to get rid of the `Default*` naming scheme since it's not providing any useful information for the user. Instead we should think about to clearify what the...

good first issue
help wanted
BC-Break
version: 4.0.x