Open
Description
- Add projections via configuration
- How to reuse doctrine connection for PdoEventStore
- How to set up bus-bridge
Example bus bridge from prooph-do-sf
prooph_event_store_bus_bridge.transaction_manager:
class: Prooph\EventStoreBusBridge\TransactionManager
tags:
- { name: 'prooph_event_store.todo_store.plugin' }
prooph_event_store_bus_bridge.todo_event_publisher:
class: Prooph\EventStoreBusBridge\EventPublisher
arguments: ['@prooph_service_bus.todo_event_bus']
tags:
- { name: 'prooph_event_store.todo_store.plugin' }
Metadata
Metadata
Assignees
Labels
No labels