Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document new features #17

Open
3 tasks
codeliner opened this issue Sep 26, 2017 · 1 comment
Open
3 tasks

Document new features #17

codeliner opened this issue Sep 26, 2017 · 1 comment

Comments

@codeliner
Copy link
Member

codeliner commented Sep 26, 2017

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' }
@webdevilopers
Copy link

webdevilopers commented Jan 5, 2024

I'm not sure if my other issues are directly related. But they are related to the EventPublisher:
prooph/service-bus-symfony-bundle#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants