mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Removes incompatible service
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 https://github.com/prooph/pdo-event-store/issues/39
This commit is contained in:
@@ -7,9 +7,3 @@ services:
|
||||
- '@prooph_service_bus.default_event_bus'
|
||||
tags:
|
||||
- { name: 'prooph_event_store.default.plugin' }
|
||||
|
||||
Prooph\EventStoreBusBridge\TransactionManager:
|
||||
arguments:
|
||||
- '@app.event_store.default'
|
||||
tags:
|
||||
- { name: 'prooph_service_bus.default_command_bus.plugin' }
|
||||
|
||||
Reference in New Issue
Block a user