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

Please enable http_compress by default #348

Closed
Zaczero opened this issue Mar 31, 2025 · 0 comments · Fixed by #349
Closed

Please enable http_compress by default #348

Zaczero opened this issue Mar 31, 2025 · 0 comments · Fixed by #349

Comments

@Zaczero
Copy link
Contributor

Zaczero commented Mar 31, 2025

Currently, responses are uncompressed which causes noticeable slowdowns in processing large bodies. Please enable http_compress=True. Docs for reference: https://opensearch.org/docs/latest/clients/python-low-level/

@StijnCaerts StijnCaerts linked a pull request Apr 1, 2025 that will close this issue
4 tasks
jonhealy1 pushed a commit that referenced this issue Apr 7, 2025
**Related Issue(s):**

- #348 

**Description:**
Allow to configure multiple Elasticsearch/OpenSearch hosts
(comma-separated) and enable `http_compress` by default.


**PR Checklist:**

- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
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

Successfully merging a pull request may close this issue.

1 participant