Registry /
cloud / camunda-cloud-zeebe-clients-go
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-cloud/zeebe/clients/go
Initialize a Zeebe client.
package main
import (
"context"
"fmt"
"github.com/camunda-cloud/zeebe/clients/go"
)
func main() {
client, err := zeebe.NewClient(&zeebe.ClientConfig{
GatewayAddress: "localhost:26500",
})
if err != nil {
panic(err)
}
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.3.14latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.