Skip to content

Instantly share code, notes, and snippets.

View urbanisierung's full-sized avatar
🚀
to the moon

Adam Urban urbanisierung

🚀
to the moon
View GitHub Profile
@urbanisierung
urbanisierung / restzeebe-topology.ts
Created December 3, 2020 18:38
Restzeebe: get status of Zeebe Cluster
const { ZBClient } = require('zeebe-node')
const zbc = new ZBClient({
camundaCloud: {
clientId: connectionInfo.clientId,
clientSecret: connectionInfo.clientSecret,
clusterId: connectionInfo.clusterId,
},
})