camunda-community-hub / zeebe-http-worker

Zeebe worker for HTTP calls
Apache License 2.0
45 stars 28 forks source link

How to add as POM dependency and register as Zeebe Worker ? #265

Open tapanNMBR opened 2 years ago

tapanNMBR commented 2 years ago

Help me with integrating this as repo as dependency and get http zeebe worker registered...

I am able to include as dependency with below..

io.zeebe zeebe-http-worker 1.2.0

But its not registering as Zeebe worker and still unable to invoke worker... adding worker properties in application.yaml does not help either.. Kindly provide info on this ..

Thanks in advance..

saig0 commented 2 years ago

@tapanNMBR please have a look at the install instructions: https://github.com/camunda-community-hub/zeebe-http-worker#install

It is recommended to use the Zeebe HTTP worker as a Docker image.

tapanNMBR commented 2 years ago

@saig0 : i get Docker is recommended approach, But is it possible to use as dependency or not ?

saig0 commented 2 years ago

Embedding the worker inside another Java Spring Boot application might be possible. But you would need to boot the worker application somehow. But I can't tell you how.