This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Description
Hi there -
First thanks for a great project that has helped me tremendously and provided me with a great template for my project.
I have a question around events testing with a event driven micro service that does complex calculations
In the customer domain all the processing around capturing and storing the customers details. Once completed and with every update, a payload is sent via an event to the calc service that has it's own database to calculate a premium and this is returned to the customer service via an event payload.
Is this a correct design to use events for a round trip process?
What is the recommendation to test the round trip is successful via function testing using a development service bus
thanks in advance :)
Julian