Skip to content

Spring boot starter behavior changes on app startup #2466

@parinmaru2

Description

@parinmaru2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions