Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Worker reconnection to zeebe broker #145

Closed
jaikanth6 opened this issue Mar 10, 2020 · 1 comment
Closed

Worker reconnection to zeebe broker #145

jaikanth6 opened this issue Mar 10, 2020 · 1 comment

Comments

@jaikanth6
Copy link
Contributor

Hi,

Currently workers created using zeebe-node do not reconnect back to the zeebe broker for whatever reasons the broker goes down and is brought back up. Everytime this happens, I will have to manually restart all the workers to get them to connect to the zeebe broker again.

Is there a way a worker can wait/check if the broker is up and running and automatically re-connect?

Steps to reproduce this issue

  1. Start a zeebe-broker ( the version I used was camunda/zeebe:0.22.1 )
  2. Create a basic worker that connects to the above zeebe-broker.
  3. Stop the zeebe-broker.
  4. Watch the basic worker go crazy/complain that it lost connection to zeebe-broker ( you should see the logs, they're insane).
  5. Start the zeebe-broker again.
  6. Worker still in crazy mode. Requires manual intervention ie., stop and start to connect to the broker again.

Server Version: camunda/zeebe:0.22.1
Client Version: zeebe-node:0.22.1

@jaikanth6
Copy link
Contributor Author

This issue is fixed in the recent release of zeebe-node ( v0.23.0 alpha.2 )

@jwulf jwulf mentioned this issue May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant