Skip to content

Commit 898eed7

Browse files
committed
+ breaking update: migrated Chunk from class to record
1 parent 6deaf36 commit 898eed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,5 @@ or recovered from, the options include:
261261
the support of transactional producer/consumer API and/or Spring Kafka). In case of TIBCO EMS, the support of
262262
individual explicit message acknowledgment can make this even more seamless.
263263
* **The Curative Approach**: Make the loss of original data units detectable and recoverable by the application logic.
264-
For example, you can implement a mechanism to detect the loss of an original data unit (e.g. via timeout checks), and
265-
re-send the data unit (missing chunks) from the producer.
264+
For example, implement a mechanism to detect the loss of an original data unit (e.g. via timeout checks), and re-send
265+
the data unit (missing chunks) from the producer.

0 commit comments

Comments
 (0)