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

Testing flow for saga and distributed bus publisher/consumer #312

Open
lifinsky opened this issue Apr 8, 2024 · 2 comments
Open

Testing flow for saga and distributed bus publisher/consumer #312

lifinsky opened this issue Apr 8, 2024 · 2 comments

Comments

@lifinsky
Copy link
Contributor

lifinsky commented Apr 8, 2024

Description
Current testing examples and documentation do not cover saga with distributed bus commands and events without real AMQP connection for unit testing or integration with in memory queue channel.

@benr77
Copy link

benr77 commented Jul 30, 2024

@dgafka told me a month or so ago that currently there is no support for testing DistributedBus. This would be a great addition. In the meantime you just need to mock it but it's not particularly elegant.

@dgafka
Copy link
Member

dgafka commented Aug 2, 2024

Current testing examples and documentation do not cover saga

Saga can be tested, just as Aggregates using Ecotone Lite.
However there is not yet support for Distributed Bus

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

3 participants