Skip to content

Commit c2b6a54

Browse files
committed
Add R Producer Documentation
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent ebe7793 commit c2b6a54

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
@@ -453,8 +453,8 @@ ConfirmationHandler = confirmation =>
453453
}
454454
```
455455
#### Invalidate messages
456-
Reliable Producer removes the message from the internal messages change if the client doesn't receive a confirmation within 2 seconds.
457-
So the user will receive `ConfirmationStatus.TimeoutError` in the `ConfirmationHandler`.
456+
If the client doesn't receive a confirmation within 2 seconds Reliable Producer removes the message from the internal messages cache.
457+
The user will receive `ConfirmationStatus.TimeoutError` in the `ConfirmationHandler`.
458458

459459
#### Handle the metadata Update
460460
If the streams changes the topology (ex:Stream deleted or add/remove follower), the client receives an `MetadataUpdate` event.

0 commit comments

Comments
 (0)