Skip to content

Probes are not working as intended #845

@swagnerfaw

Description

@swagnerfaw

The way ProbeTransform was implemted suggests it should be only instantiated once for a transformer because it stores information which should change over time.
ProbeTransform is however not used as a singleton bean, but a new instance is created for every ready/live check. This totally contradicts the way ProbeTransform is implemented. I am pretty sure ProbeTransform should be a singleton bean (and only initialized once).

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