camunda/zeebe-with-hazelcast-exporter
A community maintained Zeebe image including the Hazelcast exporter
2.3K
Docker image based on the Zeebe image that includes the Hazelcast exporter.
Export records from Zeebe to Hazelcast. Hazelcast is an in-memory data grid which is used as a transport layer.
A docker image is published to GitHub Packages that is based on the Zeebe image and includes the Hazelcast exporter (the exporter is enabled by default).
docker pull ghcr.io/camunda-community-hub/zeebe-with-hazelcast-exporter:1.0.0-1.0.0
For a local setup, the repository contains a docker-compose file. It starts a Zeebe broker with the Hazelcast exporter. The version of the exporter is defined in the .env
file.
mvn clean install -DskipTests
cd docker
docker-compose up
Please see the repo for more installation instructions.
docker pull camunda/zeebe-with-hazelcast-exporter