opensearch-project / opensearch-hadoop

Apache License 2.0
29 stars 22 forks source link

Add basic HTTP compression #451

Closed mliarakos closed 1 month ago

mliarakos commented 2 months ago

Description

Add basic support for HTTP compression when writing to OpenSearch.

This PR adapts https://github.com/s4ch1n/elasticsearch-hadoop/commit/d9327759a7f8da502e1b03789f5cab998b60c6e4 to add basic HTTP compression support without upgrading the Apache HttpComponents dependency.

The elasticsearch-hadoop library and its HTTP compression fork use version 2.0 of the Apache License.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

mliarakos commented 1 month ago

@mliarakos Thank you for contributing this, could you please add an entry to the CHANGELOG.md?

Updated.