event-store-symfony-bundle icon indicating copy to clipboard operation
event-store-symfony-bundle copied to clipboard

Document new features

Open codeliner opened this issue 8 years ago • 1 comments

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' }

codeliner avatar Sep 26 '17 22:09 codeliner

I'm not sure if my other issues are directly related. But they are related to the EventPublisher: https://github.com/prooph/service-bus-symfony-bundle/pull/81

Please see the GIST for an example how to bind the publisher to Symfony Messenger Bus. This works fine for me.

I wonder what this integration is supposed to do - maybe something similar? https://github.com/prooph/event-store-symfony-bundle/blob/master/doc/messenger.md

webdevilopers avatar Jan 05 '24 18:01 webdevilopers