-
**Description**
During the projection reset you see stale data on your queries. As you accumulate more and more events in your stream, the reset takes longer and has an impact on the end user.
The…
-
Hello.
The ReadModel currently contains the table structure in the init(). Until now, when adding new fields, the table has to be deleted manually and the projection is then created again.
How d…
-
I have tested on Chrome and Firefox, in both browsers I get stuck at this stage (with Node 16.19.0):
![grafik](https://user-images.githubusercontent.com/827205/227516178-99643705-1a14-4b81-9cca-097…
-
Came from:
* https://twitter.com/webdevilopers/status/1375519349725872128
Though this could be a general (PDO) Event Store issue I post it here first to get sure it is not a Symfony wiring problem…
-
I have following method, which return another function, psalm can't recognize `callable` or `\Closure` type from return.
```php
private function createReversedPayment(PaymentWasReversed $event): c…
-
Hey there,
When I try to install the vendor through Composer to my Symfony 4.2 project:
```bash
composer require prooph/event-store-symfony-bundle
```
Then it throws an error due to the ser…
-
on travis, see: https://travis-ci.org/prooph/event-store-mongodb-adapter/jobs/89299198
-
Trying the example to subscribe to stream and enabled logging. It's trying to reconnect all the time and then fails.
Any clue as to what is going on? Trying to get simple test/example setup to run.
…
-
For years now I use the following snippet to run Composer on my Linux machine:
`$ docker run --rm -it --volume $(pwd):/app prooph/composer:7.4 [your composer command]`
Since today I got this e…
-
Hi,
Whenever I have a docblock annotation with only a `@psalm-*` annotation in it, cs fixer does not recognize it as a docblock and therefore strips the last `*` of the opening `/**`.
Might be j…