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:
Gildas Quéméner
2019-12-10 09:10:07 +01:00
parent 3989d713cd
commit 330e179ee5

View File

@@ -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' }