-
## Export
* Allow the export of all events for a given content stream 1:1 (line-delimited JSON)
* Include used assets
* Optionally: create zip file on the fly
* Later: "compact event stream" (si…
-

When I send two command like before,it can not store in mysql db,exception is about dupl…
nengc updated
7 years ago
-
- [x] https://softwaremill.com/reactive-event-sourcing-in-java-part-1-domain/
- [x] https://softwaremill.com/reactive-event-sourcing-in-java-part-2-actor-model/
- [x] https://softwaremill.com/reacti…
-
In our system, we have multiple modules and multiple topcis where events are being sent to those topics by senders.
I am creating EventSourcing solution where I would like to capture all events flo…
-
I don't know if you still maintain this project @Horusiath but we are actively using your library so I'd like to address an issue with snapshotting.
1. It would be great if snapshots could be switc…
-
Came from:
* https://twitter.com/webdevilopers/status/1347197290981818370
Symfony DI integeration:
* https://gist.github.com/webdevilopers/38f1f18576251c99b1cd9aad3753c176
```yaml
services:
…
-
I just [published a proposal](https://github.com/krasserm/akka-stream-eventsourcing) how to add event sourcing to Akka Streams. It proposes an `EventSourcing` graph stage that, when joined with an eve…
-
this is an issue to collect ideas, research, create a document/presentation/pitch for the idea how to define and get to an Event Driven Observability vision.
-
Recently updated from 2.2.9 -> 3.1.3, Working Locally But Does Not Work Gitlab

I u…
-
Is there any specific reason why CollectionQueryEngine#retrieveRecursive only allows SimpleQuery and logical queries and throws an exception on other `Query`-implementing queries?