camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

Add CI test for connection with insecure broker, with library installed as dependency #292

Closed jwulf closed 1 year ago

jwulf commented 1 year ago

Add an automated test in CI for connection and operation with an insecure broker, and with the library installed as a dependency, so that package-lock.json is disrespected.

This emulates a downstream user's environment.

jwulf commented 1 year ago

I'm not going to do this. The grpc lib dependency is pinned. So when we update it, I will ask the Modeler team to test at their end.