Hacker News new | ask | show | jobs
by zok3102 2900 days ago
AFAICS this still requires a Java broker. Only the client is in go.
1 comments

Zeebe is indeed a Java application, but it's possible to use Zeebe without writing any Java. Broker operations can be managed with a CLI (https://github.com/zeebe-io/zbctl). Along with the Go client, there are experimental Node, Ruby, and C# clients, but these are community contributions that aren't yet officially supported by the project.