We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1880d1e commit a1a4b44Copy full SHA for a1a4b44
README.md
@@ -251,7 +251,7 @@ to the message consumer. The Stitcher of chunk4j is tolerant and will seamlessly
251
long as there is no loss of chunks per the messaging provider guarantee, the overall data integrity is assured by the
252
chunk4j consumer.
253
254
-However, because the data stored by the chunk4j Stitcher at runtime is in memory-only and not persisted, the Stitcher
+However, because the data stored by the chunk4j Stitcher at runtime is in memory-only and not persistent, the Stitcher
255
will lose all the incomplete groups of chunks if the consumer node crashes. If that is something that must be avoided or
256
recovered from, options include:
257
0 commit comments