prooph / event-store-symfony-bundle

Event Store Symfony Bundle

Home Page:http://getprooph.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration for concrete event-store missing

mablae opened this issue · comments

commented

As discussed on Gitter: At the moment the event-store implementation to be used needs to be configured by the users as a "Userland Service"

Better:
Extend Configuration class with the needed parameters for a \PDO connection and automatically instantiate the concrete implementation in the Dependency Injection Extension.