opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.83k stars 1.83k forks source link

[Cleanup] Migrate jzlib to Java Deflate #16697

Open heatclub opened 13 hours ago

heatclub commented 13 hours ago

Is your feature request related to a problem? Please describe

The jzlib library has not been maintained and the last commit in repo was more than 10 years back. Should be deprecated in favour of Java's Deflator api or any other recent library?

Describe the solution you'd like

Java deflator seems to support zlib apis and can be used

Related component

Cluster Manager

Describe alternatives you've considered

No response

Additional context

No response