-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrading zeebe-node
breaks library completely
#1
Comments
zeebe-node
breaks SSLzeebe-node
breaks library completely
In fact upgrading Existing behavior can be restored to use the |
Fixed upstream camunda-community-hub/zeebe-client-node-js#290 (comment) 🎉 . |
OK then we can close this. |
Can we? I'd love to follow up with some QA on our end to verify this does not happen again 😄 . |
Perhaps we could test on multiple versions of zeebe-node? Still the problem was with a transient dependency. |
I've added a test pipeline + an actual test: 83c5df5. We could hook this up with dependabot or the like to continuously upgrade zeebe-node and hence keep it tested. |
Considering this done. |
Describe the issue
Recent versions of
zeebe-node
don't handshake anymore (camunda-community-hub/zeebe-client-node-js#290). In fact they simply terminate (no exit code, no error).Steps to reproduce
Works with
zeebe-node@8.0.1
(frozen deps)Ensure secure communication works in both
zeebe-node
andzbctl
:You'll see the topology printed by both
zeebe-node
andzbctl
.Fails with upgraded
zeebe-node
Now upgrade
zeebe-node
to latest:And execute the same connection test again:
You'll see the topology printed by
zbctl
.zeebe-node
simply terminates. No error, no non-zero exit code.Broker logs
zeebe-node
logs(Before unconditional termination).
The text was updated successfully, but these errors were encountered: