Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tapanNMBR opened this issue Oct 3, 2022 · 3 comments
Open

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

tapanNMBR opened this issue Oct 3, 2022 · 3 comments
Labels
question Further information is requested

Comments

@tapanNMBR
Copy link

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..

@tapanNMBR tapanNMBR changed the title How to POM Dependency and register as Zeebe Worker ? How to add as POM dependency and register as Zeebe Worker ? Oct 3, 2022
@saig0 saig0 added the question Further information is requested label Oct 4, 2022
@saig0
Copy link
Contributor

saig0 commented Oct 4, 2022

@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
Copy link
Author

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

@saig0
Copy link
Contributor

saig0 commented Oct 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants