-
It would be nice to have a component that can replay all events from an event store (in historical order) to an event bus. This would facilitate a few use cases, like:
- correcting faulty read models
…
-
Hi,
I have this error Inviqa\BehatBroadwayExtension\BroadwayExtension` extension file or class could not be located when I try bin/behat -d l or bin/behat --init
My composer.json
"repositories": …
-
I have 2 projects
https://github.com/mohitarora/es-cqrs-example/tree/master/cart-command-services - This one produces messages and publishes to Kafka and works perfectly fine.
https://github.com/m…
-
I'm wanting to learn using events stores, can you provide wiki/documentation for using this package?
Also if there is any resources that you can link that would be great I've read lots from what Greg…
-
I think there is a lot of value in storing each incoming command as well, not just the resulting events. Do you agree? Would that be outside the scope of the library?
-
The `IEmit` interface forces the Apply method on an `AggregateRoot` to be public and exposes them to external abuse.
Is it possible to use a `IEventWriter` concept with a nested class to prevent ext…
JC008 updated
9 years ago
-
I will start working on a broadway integration for Laravel this week / month.
Should I create a separate repository or, make a pull request once it's finished?
-
We are using your mongo persistence plugin in a CQRS setup and so far it working smoothly. Great job!
One "complaint" though is, that PersistentRepr and its payload (events) are stored in binary form…
-
Originally discussed in #159
-
@gianarb Sorry, I was not able to test it today. I need to resolve some dependency issues first. I hope I find the time tomorrow.
But what I've already seen is that the repo continues to depend on do…