BlogHide Resteemsprolic (27)in php • 7 years agoWhy there will be no Kafka EventStore in proophtl;dr When even Greg Young, the author of the original EventStore implementation ( says that it's a bad idea to implement a Kafka EventStore, than it's a bad idea. The prooph-team will not provide…prolic (27)in dtube • 7 years agoProoph Event Store v7Changes and new features in prooph event-store v7 github.com/prooph/event-store github.com/prooph/pdo-event-store gitter.im/prooph/improoph► Watch on DTube► Watch Source (IPFS)prolic (27)in programming • 8 years agoInheritance with Aggregate Roots in ProophEvent-StoreIf you want to make inheritance work with aggregate roots using a common repository for all subtypes, this can be achieved very easily. You need the latest ProophEvent-Store v6.1 ( to do this. An…prolic (27)in programming • 8 years agoAuthorization and Event Sourcing with prooph and ZF2 / ZF3Authorization with prooph components and event sourced aggregates roots are a common problem to solve. Here is a short explanation on how to do this using Zend\Authentication. First of all, we need…