Registry /
messaging / zeebe-io-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/zeebe-io/zeebe/clients/go
Connects to a Zeebe gateway and sends a topology request.
package main
import (
"context"
"github.com/zeebe-io/zeebe/clients/go"
)
func main() {
client, _ := zeebe.NewClient(&zeebe.ClientConfig{
GatewayAddress: "localhost:26500",
})
client.NewTopologyCommand().Send(context.Background())
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.3.14latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.