Skip to content

Commit a76a42d

Browse files
authored
docs: Add Rollback DeadLetter description
1 parent 0bf3b7b commit a76a42d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ fun exists(param: Any): Mono<Any> {
292292

293293
### Rollback DeadLetter
294294

295+
In certain scenarios, an exception may occur during a rollback event.
296+
When this happens, the event should not be retried. To accommodate this behavior, Netx automatically acknowledges (ACK) any rollback event that triggers an exception, rather than attempting a retry.
297+
The exception-causing event is then transferred to a dead-letter stream, enabling a manual retry process at a later time if needed.
298+
295299
#### Example. relay deadLetter
296300

297301
```kotlin

0 commit comments

Comments
 (0)