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

Probes are not working as intended #845

Open
swagnerfaw opened this issue Aug 1, 2023 · 0 comments
Open

Probes are not working as intended #845

swagnerfaw opened this issue Aug 1, 2023 · 0 comments

Comments

@swagnerfaw
Copy link

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).

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

1 participant