0

In MassTransit documentation, I saw an example of testing a state machine saga with a bus, but there was no example of doing it with a Kafka rider. Whether you do it the same way, or should it be done differently?

1 Answers1

1

There are no test harnesses for riders, only for the supported transports.

You can look at the state machine unit tests for Kafka in the unit tests project.

Chris Patterson
  • 28,659
  • 3
  • 47
  • 59