Registry / messaging / camunda-zeebe-clients-go-v8

camunda-zeebe-clients-go-v8

JSON →
library8.5.25gogounverified

Official Go client for Camunda Zeebe, a workflow engine for microservices orchestration.

go get github.com/camunda/zeebe/clients/go/v8
INSTALL
IMPORT
SIG · CAMUNDA-ZEEBE-CLIE
C
camunda-zeebe-clients-go-v8
messaginggov8.5.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zeebe
github.com/camunda/zeebe/clients/go/v8

Connects to a Zeebe gateway and sends a topology command

package main import ( "context" "github.com/camunda/zeebe/clients/go/v8" ) func main() { client, err := zeebe.NewClient(&zeebe.ClientConfig{GatewayAddress: "localhost:26500"}) if err != nil { panic(err) } ctx := context.Background() client.NewTopologyCommand().Send(ctx) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.5.25latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
camunda-zeebe-clients-go-v8 — go get camunda-zeebe-clients-go-v8 · libregistry