Zeebe client grpc protobuf protocol.
To generate the go grpc stubs you need the following tools:
-
Go >= 1.19 (https://golang.org/dl/)
-
The go protoc generator
go install github.com/golang/protobuf/protoc-gen-go@latest
-
Maven >= 3.3.1 (https://maven.apache.org/download.cgi)
To generate the go stubs run
mvn clean generate-sources -P golang
the stubs will be generated in the clients/go/pkg/pb
directory.