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

Replace chronicle-map key-value store #569

Open
lesserwhirls opened this issue Feb 12, 2025 · 0 comments
Open

Replace chronicle-map key-value store #569

lesserwhirls opened this issue Feb 12, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@lesserwhirls
Copy link
Collaborator

There are a few key-value stores within the TDS that are managed by net.openhft:chronicle-map. Managing this dependency, and its transitive dependencies, adds a layer of complexity that is ever increasing. As an example, chronicle-map pulls in an older version of jna that we can't safely replace using a dependency substitution (sometimes this works "good enough", but not always). There are a number of other problematic transitive dependencies that we've encountered over the years. This feeds back into netCDF-Java and its use of jna, which will become more important once Unidata/netcdf-java#753 is implemented.

I'm currently looking at EclipseStore as a possible replacement.

@lesserwhirls lesserwhirls added the enhancement New feature or request label Feb 12, 2025
@lesserwhirls lesserwhirls added this to the v5.7 milestone Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant