-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySql EventStore does not support transactions #39
Comments
@basz how did you do that? The TransactionManager has a typehint for |
I don't remember. When i try it now it indeed dies: |
gquemener
added a commit
to gquemener/recipes-contrib
that referenced
this issue
Dec 10, 2019
The TransactionManager service is not compatible with the preconfigured event store from the prooph/pdo-event-store flex recipe. In order to use it, one must first reconfigure the event store definition to use the PostgresEventStore implementation (instead of the MySqlEventStore implementation). See prooph/pdo-event-store#39
github-actions bot
pushed a commit
to nicolas-grekas/recipes-contrib
that referenced
this issue
Sep 16, 2021
The TransactionManager service is not compatible with the preconfigured event store from the prooph/pdo-event-store flex recipe. In order to use it, one must first reconfigure the event store definition to use the PostgresEventStore implementation (instead of the MySqlEventStore implementation). See prooph/pdo-event-store#39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the TransactionManager Plugin to a MySqlEventStore should throw an exception as it can only be used by Postgres.
Currently it runs out of memory
The text was updated successfully, but these errors were encountered: