File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -253,8 +253,7 @@ chunk4j consumer.
253253
254254However, if your specific messaging provider (and/or consumer API) does not support all-or-nothing group commit, then
255255because 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.
You can’t perform that action at this time.
0 commit comments