Skip to content

GH-3846: Document Hazelcast module #3941

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

Merged
merged 2 commits into from
Nov 14, 2022
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
6 changes: 6 additions & 0 deletions src/reference/asciidoc/endpoint-summary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ The following table summarizes the various endpoints with quick links to the app
| N
| <<./graphql.adoc#graphql-outbound-gateway,GraphQL Outbound Gateway>>

| *Hazelcast*
| <<./hazelcast.adoc#hazelcast-inbound,Hazelcast Inbound Channel Adapter>>
| <<./hazelcast.adoc#hazelcast-outbound-channel-adapter,Hazelcast Outbound Channel Adapter>>
| N
| N

| *HTTP*
| <<./http.adoc#http-namespace,HTTP Namespace Support>>
| <<./http.adoc#http-namespace,HTTP Namespace Support>>
Expand Down
1 change: 1 addition & 0 deletions src/reference/asciidoc/endpoint.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -892,3 +892,4 @@ If the lock registry also provides locks that throw exceptions (ideally, `Interr
By default, the `busyWaitMillis` property adds some additional latency to prevent CPU starvation in the (more usual) case that the locks are imperfect, and you only know they expired when you try to obtain one again.

See <<./zookeeper.adoc#zk-leadership,Zookeeper Leadership Event Handling>> for more information about leadership election and events that use Zookeeper.
See <<./hazelcast.adoc#hazelcast-leader-election,Hazelcast Leadership Event Handling>> for more information about leadership election and events that use Hazelcast.
Loading