-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add support for gzip compression of query response #50
Comments
👋 Hi folks, I not quite sure that really works from a query executed by kotlin-client. 👉 So I have a commit ready to PR if you want, to fix this issue. 💬 Let me know what do you think, and if you want me to create it. |
Hi @antoinedvd, thanks for your comment. The default value for You could enable var influxDBClient = influxDBClient.enableGzip() Could you prepare a PR with Regards |
Hi @bednar, Thank you for your answerd. Of course I tried to use the influxdb-client-java/client/src/main/java/com/influxdb/client/internal/GzipInterceptor.java Line 79 in c6aaa57
Bridge interceptor .So if I add Accept-Encoding: identity the same issue will be produced. Don't you think ?
|
You are right, sorry for wrong direction ... feel free to create PR |
@bednar no pb 😉 |
The clients should support compress queries after enable gzip:
influxDBClient.enableGzip();
influxdata/influxdb#14495
The text was updated successfully, but these errors were encountered: