-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat(exporter): export records to a remote Hazelcast instance #43
Conversation
b8a97ef
to
c5836d5
Compare
Hi all, I thing there is a bug, I am not able to set remote address variable. |
@kratosmat, sure! The environment variable should be called Please make sure that you're using the version |
@saig0 thanks, it seems work, but there is something of strange.
But as you can see it seems that only 2 node are attaching the hazelcast server. |
Looking at the So, only 2 partitions are processing the workflows and exporting data to Hazelcast. The exporters are only active on the leaders of the partitions. On the followers, the exporters are not active. |
@saig0 thanks a lot. If you think this docker compose could be useful for others please I will contribute to the project. I would like to ask about other issue regarding simple monitor. The number of active instance on the image is 3 while they are 5 on the list. |
Interesting. Please open an issue in the simple monitor repository. If possible, please add the steps to reproduce this issue. I updated the |
Set the environment variable
ZEEBE_HAZELCAST_REMOTE_ADDRESS
or the exporter argumentremoteAddress
to connect to a remote Hazelcast instance/cluster.Example configuration from docker-compose:
closes #42