Skip to content

Commit 1dea5d2

Browse files
devxbCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b06a697 commit 1dea5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Netx is a Saga framework, that provides following features.
1616
3. Supports both Orchestration and Choreograph.
1717
4. Automatically reruns loss events.
1818
5. Automatically applies **`Transactional messaging pattern`**.
19-
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.
2020
7. Supports backpressure to control the number of events that can be processed per node.
2121
8. Prevents multiple nodes in the same group from receiving duplicate events.
2222
9. Ensures message delivery using the `At Least Once` approach.

0 commit comments

Comments
 (0)