-
Messaging is something we deal with often.
Saw [Cameron's tweet](https://twitter.com/sigfualt/status/1713712794212635131) and realized we don't have Saga pattern here yet.
-
I am trying to test my forked sagas and followed your documentation on it, but the test fails and throws an error: Cannot read property 'name' of undefined. Even though none of my stubs/mocks have a p…
-
Thanks for this useful package and all the examples.
I couldn't find any example with a test. Specifically, I am interested in testing sagas. It seems the approach proposed in redux-saga (https://r…
-
Read intro everything that is important four our project.
- [AKKA](https://akka.io/docs/)
- [Actor Model](https://en.wikipedia.org/wiki/Actor_model)
- Java/ SCALA
- AWS
- Unit Testing
- [git](ht…
-
Everything is configured as in eventuate-tram-quarkus-examples-customers-and-orders.
However when I am trying to use EntityManager I am getting this:
```
java.lang.RuntimeException: java.lang.Run…
-
Hello, I know that many of the metadata obtained come from sources that mostly come from English.
I have been testing an addon called POV, this addon obtains metadata from TMDB and SIMKL for the mo…
-
The guide demonstrates how easy it is to test aggregates and sagas, i.e. https://docs.axoniq.io/reference-guide/implementing-domain-logic/command-handling/testing and https://docs.axoniq.io/reference-…
-
Issue to discuss how we will implement testing across the stack.
-
repeated failures:
https://app.circleci.com/pipelines/github/eventuate-tram/eventuate-tram-sagas/116/workflows/cde3d011-1e42-4b78-867d-407f2ed8a57e/jobs/582
`io.eventuate.examples.tram.sagas.ord…
-
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
* algorithm parts. See`src/algorithms`
* React parts - compone…