Undefined: zbc.NewZBClientWithConfig

Im very sory to bother,. im just learning zeebe workflow client
and Im using golang for client app, I follow guidence on zeebe document for golang client
but I always found error for zbc

command-line-arguments

.\main.go:13:20: undefined: zbc.NewZBClientWithConfig
.\main.go:13:47: undefined: zbc.ZBClientConfig

I already get the package “github.com/zeebe-io/zeebe/clients/go/pkg/zbc” in tutorial (“github.com/zeebe-io/zeebe/clients/go/zbc”)

1 Like

We lately merged the zbctl and go client together, see related PR https://github.com/zeebe-io/zeebe/pull/3384

Now sources can be found here https://github.com/zeebe-io/zeebe/tree/develop/clients/go

Greets

Chris

1 Like