-
Notifications
You must be signed in to change notification settings - Fork 181
Closed as not planned
Description
Expected Behavior
Old SDK versions (older than v1.22.0)
- If temporal server is unavailable, the worker service would still be able to startup successfully though it would have errors in the logs about the server being unavailable.
Actual Behavior
New SDK versions (>= v1.22.0)
- Worker service wouldn't come up if the temporal server is unavailable.
Desired Behavior
- It's fine to keep the default behavior where worker wouldn't be able to startup if the temporal server is unavailable. However, it would be good if a config is provided that customers can override if they want the older behavior where the worker service wouldn't crash in case the server is unavailable.
More details can be found in this conversation: https://community.temporal.io/t/spring-boot-starter-behavior-changes-on-app-startup/12239
Metadata
Metadata
Assignees
Labels
No labels