File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
460460If the streams changes the topology (ex:Stream deleted or add/remove follower), the client receives an `MetadataUpdate ` event .
You can’t perform that action at this time.
0 commit comments