prooph/event-store-symfony-bundle

event_store service in the latest 1.0.x-dev event-store-symfony-bundle

vilnitsky opened this issue · 2 comments

Could someone please advice if it is possible to use the dev version of event-store-symfony-bundle already?

I can't figure out how to create PostgresEventStore with transactions to use in event_store as before.

Since event-store-doctrine-adapter is deprecated, it isn't possible to create event store using DoctrineEventStoreAdapter I suppose we should use pdo-event-store somehow now.

@vilnitsky Look at this diff for migrating to Event Store V7 with own factories. It's not hard to use your own factories.

@sandrokeil thanks, I also figured out that there is a PR waiting #10
We should be good once it is merged.