generated from hazelcast-guides/base-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
218 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{} | ||
{ | ||
"asciidoc.antora.enableAntoraSupport": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
services: | ||
|
||
hz1: | ||
image: hazelcast/hazelcast-enterprise:5.4.0-BETA-2 | ||
image: hazelcast/hazelcast-enterprise:5.4.0 | ||
environment: | ||
JAVA_OPTS: -Dhazelcast.config=/project/hazelcast.yaml | ||
volumes: | ||
- ".:/project" | ||
ports: | ||
- "5701:5701" | ||
hz2: | ||
image: hazelcast/hazelcast-enterprise:5.4.0-BETA-2 | ||
image: hazelcast/hazelcast-enterprise:5.4.0 | ||
environment: | ||
JAVA_OPTS: -Dhazelcast.config=/project/hazelcast.yaml | ||
volumes: | ||
- ".:/project" | ||
ports: | ||
- "5702:5702" | ||
|
||
hz3: | ||
image: hazelcast/hazelcast-enterprise:5.4.0-BETA-2 | ||
image: hazelcast/hazelcast-enterprise:5.4.0 | ||
environment: | ||
JAVA_OPTS: -Dhazelcast.config=/project/hazelcast.yaml | ||
volumes: | ||
- ".:/project" | ||
ports: | ||
- "5703:5703" | ||
|
||
hz4: | ||
image: hazelcast/hazelcast-enterprise:5.4.0 | ||
environment: | ||
JAVA_OPTS: -Dhazelcast.config=/project/hazelcast.yaml | ||
volumes: | ||
- ".:/project" | ||
|
||
mc: | ||
image: hazelcast/management-center:5.4.0-BETA-2 | ||
environment: | ||
MC_DEFAULT_CLUSTER: dev | ||
MC_DEFAULT_CLUSTER_MEMBERS: hz1, hz2, hz3 | ||
ports: | ||
- "8080:8080" | ||
- "8080:8080" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
hazelcast: | ||
# license-key: PLATFORM#10Nodes#174PNhiQfKRGaADwLY8FyEZbWMC6ksvBIjqXJ3dUHgtO0u52zcp22000001070001011211010000910010101101900300011930400 | ||
# license-key: AllFeatures#10Nodes#saAjI2gM7ZfyNcFWR15uiPvX06CGBhYw3JzLb8ODkE4dqQUHptK79161011111199091200610091000290141190119000000319011 | ||
license-key: V6_UNLIMITED_LICENSE_WITH_ADVANCED_CP#9999Nodes#gXAGD4aFtMYHPOz3ybUjJuvd2WhcK7wp6ENf0I1CLiQsBkq5Z8R19991110901199100190190910110199099000091199110019010 | ||
license-key: AllFeatures#10Nodes#saAjI2gM7ZfyNcFWR15uiPvX06CGBhYw3JzLb8ODkE4dqQUHptK79161011111199091200610091000290141190119000000319011 | ||
cp-subsystem: | ||
cp-member-count: 3 | ||
cp-member-count: 4 | ||
group-size: 3 | ||
# persistence-enabled: true | ||
session-time-to-live-seconds: 60 | ||
missing-cp-member-auto-removal-seconds: 60 | ||
management-center: | ||
console-enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
\map -n starwars set 1 "Luke Skywalker" | ||
\map -n starwars set 2 "Leia Organa" | ||
\map -n starwars set 3 "Han Solo" | ||
\map -n starwars set 4 "R2-D2" | ||
\map -n starwars set 5 "C-3PO" | ||
\map -n starwars set 6 "Chewbacca" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\cpmap -n trektos set 2 "Spock" | ||
\cpmap -n trektos set 3 "Leonard McCoy" | ||
\cpmap -n trektos set 4 "Hikaru Sulu" | ||
\cpmap -n trektos set 5 "Nyota Uhura" | ||
\cpmap -n trektos set 6 "Anton Chekov" | ||
\cpmap -n trektos set 7 "Montgomery Scott" | ||
\cpmap -n trektos set 8 "Christine Chapel" | ||
\cpmap -n trektos set 9 "Janice Rand" |