Skip to content

Commit a1a4b44

Browse files
committed
+ breaking update: migrated Chunk from class to record
1 parent 1880d1e commit a1a4b44

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
@@ -251,7 +251,7 @@ to the message consumer. The Stitcher of chunk4j is tolerant and will seamlessly
251251
long as there is no loss of chunks per the messaging provider guarantee, the overall data integrity is assured by the
252252
chunk4j consumer.
253253

254-
However, because the data stored by the chunk4j Stitcher at runtime is in memory-only and not persisted, the Stitcher
254+
However, because the data stored by the chunk4j Stitcher at runtime is in memory-only and not persistent, the Stitcher
255255
will lose all the incomplete groups of chunks if the consumer node crashes. If that is something that must be avoided or
256256
recovered from, options include:
257257

0 commit comments

Comments
 (0)