Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vert.x to 5.5 and update RN/WN #1330

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ include::tiered-storage:partial$nav.adoc[]
** xref:integrate:feast-config.adoc[]
** xref:integrate:feature-engineering-with-feast.adoc[Get started with Feast batch features]
** xref:integrate:streaming-features-with-feast.adoc[Get started with Feast streaming features]
* xref:integrate:integrate-with-vertx.adoc[]
** xref:integrate:get-started-with-vertx.adoc[]
// Connectors
* Messaging System Connectors
** xref:integrate:messaging-system-connectors.adoc[Overview]
Expand Down
7 changes: 7 additions & 0 deletions docs/modules/ROOT/pages/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ image:ROOT:client-routing.png[Hazelcast Cluster Routing diagram]

For more information, see xref:clients:java.adoc#client-cluster-routing-modes[Client cluster routing modes].

== New Hazelcast Cluster Manager for Vert.x
[.enterprise]*Enterprise*

Vert.x is a reactive application toolkit for creating resource-efficient, concurrent, asynchronous and flexible applications on the JVM. The new `vertx-hazelcast-enterprise` module available for Hazelcast Platform 5.5 offers advanced features like strong consistency and enhanced fault tolerance. This integration reduces complexity, abstracts low-level management tasks, and ensures optimal resource efficiency, making it ideal for dynamic environments requiring high availability and minimal downtime. The open-source `vertx-hazelcast` module is still available directly from https://vertx.io/docs/vertx-hazelcast/java/[Vert.x] but does not support strong consistency.

For more information, see xref:integrate:integrate-with-vertx.adoc[].

== Introduction of Long-term Support (LTS) releases

Hazelcast Platform 5.5 introduces Long-term Support (LTS) releases to simplify your upgrade experience and give you greater control over when and how you upgrade your software. You can perform upgrades with more precision and consistency, and with reduced effort and risk. You can upgrade directly from a supported previous release to the LTS release or directly between LTS releases using a rolling upgrade. Between LTS releases, Hazelcast will provide short-term support (STS) releases, which will focus on innovation, and provide the latest features and bug fixes.
Expand Down
1 change: 1 addition & 0 deletions docs/modules/architecture/pages/data-partitioning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Please note that `IndeterminateOperationStateException` does not apply to
read-only operations, such as `map.get()`. If a partition primary replica member crashes before
replying to a read-only operation, the operation is retried on the new owner of the primary replica.

[[best-effort-consistency]]
=== Best-Effort Consistency

The replication algorithm for AP data structures enables Hazelcast clusters to offer high throughput.
Expand Down
Loading
Loading