Skip to main content
Skip table of contents

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.

    • Linux: Run Zookeeper via the shell.

      CODE
      bashCopy code/opt/hazelcast/bin/hz-start
      
    • Windows: Run Zookeeper via command prompt.

      CODE
      makefileCopy codeC:\hazelcast\bin\hz-start.bat
      
    • Windows: Run Zookeeper as a service.

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

      • From an administrative command line, run:

        CODE
        Copy codeHazelcastService.exe install
        
      • Start the Hazelcast Windows Service using your preferred method.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.