Skip to content

tobiasschaefer/micronaut-zeebe-example

Repository files navigation

Micronaut Zeebe Example

This example shows how to implement a Zeebe Worker based on the Micronaut Framework using the Micronaut Zeebe Client.

Configuration

Add your credentials to access Camunda Cloud (or your self hosted cluster) to application.yml.

Worker

To start the worker:

./gradlew run

This will output something like:

Hello world, from job 2251799813685345
Activated 1 jobs for worker default and job type say-goodbye
Retrieved value 40. Goodbye, from job 2251799813685352
Activated 1 jobs for worker default and job type say-hello

GraalVM

See https://github.com/camunda-community-hub/micronaut-zeebe-client#graalvm for generic instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages