Skip to content

Commit

Permalink
Document Vert.x integration [DEX-172] (#1280)
Browse files Browse the repository at this point in the history
Co-authored-by: Amanda Lindsay <[email protected]>
Co-authored-by: Oliver Howell <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 223a9c6 commit a12dc70
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ include::wan: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
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

0 comments on commit a12dc70

Please sign in to comment.