Skip to content

Commit 847a699

Browse files
authored
Update README.md
1 parent 4f85f20 commit 847a699

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ chunk4j consumer.
253253

254254
However, if your specific messaging provider (and/or consumer API) does not support all-or-nothing group commit, then
255255
because the data stored by the chunk4j Stitcher at runtime is in memory-only and not persisted, the Stitcher will lose
256-
all the incomplete groups of chunks if the consumer node crashes. If that is something you must avoid, your options
257-
include:
256+
all the incomplete groups of chunks if the consumer node crashes. If that is something you must avoid or recover from, your options include:
258257

259258
* Use a third-party API or implement a custom mechanism that works with your specific messaging provider to achieve the
260259
all-or-nothing acknowledgment/commit for the group.

0 commit comments

Comments
 (0)