-
Hey there :),
we really enjoy working with event-engine - thank you!
We recently encountered two inconsistencies compared to the postgres database:
1. _LikeFilter_ does not seem to be able to…
-
Hi, thanks for this documentation,
i would like to suggest to add links to proper place in documentation for when it is stated like **see docs for details**.
Linking to the desired place can ta…
-
I am trying to run the sample but I do not have ElasticSearch installed on my homestead vagrant machine. I think it should be nice to run the sample if you only have MySQL. Is there a way to add a `My…
-
see: https://github.com/mrook/annotations/blob/master/src/EventHandlerInspector.php#L29-L40
can't that be done lazy within findMessageInvoker() method?
-
I have observed this issue over some time, but had a hard time reproducing it. In rare instances during deployments, projections could loose their stream positions and start from the beginning.
This…
-
- Event store migrations can be made with ZfSimpleMigrations
- System db migrations can be made with Doctrine
How can we bring both concepts together?
Own migration module?
- Would be more cost but …
-
-
When attempting to use laravel-package for event sourcing, (I only used for the some busses originally) there where a few configuration values that doesn't work out of the box anymore.
-
When I'm trying to get events from stream, I'm getting the error ` Could not create DateTimeImmutable from string "2020-12-13T23:00:57.1574786Z". ` where `2020-12-13T23:00:57.1574786Z` is the string…
-
```php
function (ActionEvent $event) use ($eventStore): void {
$recordedEvents = $event->getParam('streamEvents', new \ArrayIterator());
if (! $this->i…