Skip to content

Commit

Permalink
Removes incompatible service
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gquemener committed Dec 10, 2019
1 parent 3989d71 commit 330e179
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' }

0 comments on commit 330e179

Please sign in to comment.