Skip to content

Commit

Permalink
Use released Hazelcast 5.4.0 instead of SNAPSHOT (#1122)
Browse files Browse the repository at this point in the history
Now `5.4.0` is released, the released version should be used in
preferences to a pre-release `SNAPSHOT`.
  • Loading branch information
JackPGreen authored Jun 10, 2024
1 parent 96b0f49 commit 44ba3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/events/pages/object-events.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ The `ReliableMessageListener` also copes with exceptions using the `isTerminal(T

**Global Order**

The `ReliableMessageListener` always gets all events in order (global order). It does not get duplicates, and gaps (loss of messages) only occur when it is too slow. For more information on dealing with message loss, refer to the `isLossTolerant()` method in the https://docs.hazelcast.org/docs/5.4.0-SNAPSHOT/javadoc/com/hazelcast/topic/ReliableMessageListener.html#isLossTolerant()[Java API documentation^].
The `ReliableMessageListener` always gets all events in order (global order). It does not get duplicates, and gaps (loss of messages) only occur when it is too slow. For more information on dealing with message loss, refer to the `isLossTolerant()` method in the https://docs.hazelcast.org/docs/{full-version}/javadoc/com/hazelcast/topic/ReliableMessageListener.html#isLossTolerant()[Java API documentation^].

**Delivery Guarantees**

Expand Down

0 comments on commit 44ba3a5

Please sign in to comment.