Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
saga-0.2.0
-
None
-
None
Description
as a user, I want to know how much performance loss if I introduce pack as my transaction consistency solution.
We need to deploy the application (which has multiple micro services) and start a client to send the request to the application.
1. Running the application without Omega enabled.
2. Running the application with Omega enabled (without inject the error)
3. Running the application with Omega enabled (with some failed transactions)
In Pack mode, every transaction's call could generate events from Omega to Alpha.
We may need to collect the calling information to optimize to performance.