prooph / event-store-symfony-bundle

Event Store Symfony Bundle

Home Page:http://getprooph.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop dependency to prooph/event-sourcing

unixslayer opened this issue · comments

Since prooph/event-sourcing is abandoned, dependency should be dropped. This bundle do not need to support EventStore configuration for ProjectionManager to be configured properly, it only require to pass valid service that implements \Prooph\EventStore\EventStore interface.

Dropping this dependency will also be a good starting point to be able to integrate with EventStore:v8 much easier in the future.

We also have a blueprint for writing own ES.