Hazelcast Setup

✨ Feature

Hazelcast is a real-time stream processing technology utilized internally by Germain.

⬇️ Download

Hazelcast 5.2.1-slim or later is supported.

Download Hazelcast

⚙️ Deployment Steps

  1. Extract the archive to a directory of your choice. For example, let's use /opt/hazelcast.

  2. Start Hazelcast. The following steps explain the startup process for a dev or test environment. In a production environment, it is recommended to run Hazelcast instances as a service.

Environment

Instructions

Details

Linux

Run Zookeeper via the shell.

bashCopy code/opt/hazelcast/bin/hz-start

Windows (command prompt)

Run Zookeeper via command prompt.

makefileCopy codeC:\hazelcast\bin\hz-start.bat

Windows (service)

Run Zookeeper as a service.

Step

Details

Copy files

Copy HazelcastService.exe and HazelcastService.xml from {serviceDistroDirectory}\install\hazelcast\ to your Hazelcast bin directory.

Install service

From an administrative command line, run:

Copy codeHazelcastService.exe install

Start service

Start the Hazelcast Windows Service using your preferred method.