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

Launch the Spring Boot application even though no connection to zeebe is possible #434

Open
beilCrxmarkets opened this issue May 30, 2023 · 1 comment

Comments

@beilCrxmarkets
Copy link

Current behavior

The startup process of a Spring Boot application that uses Spring-zeebe fails if it cannot reach zeebe.

Wanted behavior

Spring Boot application starts and throws a ConnectException every few seconds.

Reason for this feature

Our workers also have a UI and other functionalities. For local development, we want to launch only the services we need. Currently, at least zeebe and elasticsearch would always have to start, even if we only want to make changes to the worker's UI, for example. With this feature, we wouldn't have to do that anymore.

@tjayr
Copy link

tjayr commented Jun 3, 2023

👍

I have also run in to this limitation. Allowing the spring boot application to start when Zeebe is unreachable would be very welcome. Perhaps with a configurable number of retry attempts, a back off multiplier and some sensible default values.

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

No branches or pull requests

2 participants