Simple java Sample

Hi

Do you have an example on github in Java with
Only Rest Client and Zeebe Client
Calling zeebe broker with two or three BPMN task and Worker

Regards
Phil

Hi @pcouas, what do you mean by REST Client? Zeebe workers communicate with the broker over gRPC. If you want to make a REST front-end to workers, then you need to roll one.

The Zeebe Simple Monitor is a Spring Boot webapp that makes calls to the broker over gRPC (ie: it has a REST front-end and also communicates over gRPC). It has no workers in it. There is an example of a Java worker in the docs: https://docs.zeebe.io/java-client/README.html

Here is a Java example in a video: https://youtu.be/RV9_7Ct2j0g