You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Supports **`Rollback Dead letter`** relay. If an exception occurs during the rollback process, saga is store to the Dead Letter Queue, and you can relay it. by Using DeadLetterRelay
19
+
6. Supports **`Rollback Dead letter`** relay. If an exception occurs during the rollback process, saga is stored in the Dead Letter Queue, and you can relay it using DeadLetterRelay.
20
20
7. Supports backpressure to control the number of events that can be processed per node.
21
21
8. Prevents multiple nodes in the same group from receiving duplicate events.
22
22
9. Ensures message delivery using the `At Least Once` approach.
0 commit comments