-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels