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

Refactoring classes away from static holders, modernised metrics. #32

Merged
merged 7 commits into from
Feb 17, 2025

Conversation

onukristo
Copy link
Contributor

@onukristo onukristo commented Feb 12, 2025

Context

We had a service, mishandling transactions, running OOM from abandoned transactions tracking. It is based on single-threaded Cleaner.

Fixing that, I also decided to do some facelift/modernisation for the library.

Changed

  • Refactored the classes and initialisation setup away from static classes.

  • Made abandoned transactions tracking configurable.

  • Migrated from JMX to Micrometer.

Checklist

@onukristo onukristo requested a review from a team as a code owner February 12, 2025 09:29
Copy link
Contributor

@tw-peeterkarolin tw-peeterkarolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added few comments.

@onukristo onukristo merged commit 0251262 into master Feb 17, 2025
15 checks passed
@tw-peeterkarolin tw-peeterkarolin deleted the refactor branch February 17, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants