jwulf / zeebe-unsecured-test

A minimal reproducer for connecting to an unsecured Zeebe broke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Insecure Connection with Broker

  1. Clone the repo.
  2. Install dependencies:
npm i
  1. Start an unsecured Zeebe broker in one terminal:
npm run docker:start
  1. Run the connection test in another terminal:
npm run

To change the zeebe-node client version, install the version you want to test:

npm i zeebe-node@8.0.1

About

A minimal reproducer for connecting to an unsecured Zeebe broke


Languages

Language:JavaScript 100.0%