ecotone-dev icon indicating copy to clipboard operation
ecotone-dev copied to clipboard

Testing flow for saga and distributed bus publisher/consumer

Open lifinsky opened this issue 2 years ago • 2 comments

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.

lifinsky avatar Apr 08 '24 22:04 lifinsky

@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.

benr77 avatar Jul 30 '24 15:07 benr77

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

dgafka avatar Aug 02 '24 07:08 dgafka