-
Notifications
You must be signed in to change notification settings - Fork 478
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
Support for MessagePack #389
Comments
we use retrofit for the backend communication and therefore a converter for messagepack is needed. https://github.com/komamitsu/retrofit-converter-msgpack |
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jun 12, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jun 13, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jun 13, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jun 13, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 20, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 20, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 20, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 21, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 21, 2018
refactor + add javadocs to make MessagePackTraverser more unambiguous
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 21, 2018
refactor + add javadocs to make MessagePackTraverser more unambiguous
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 23, 2018
test for MessagePackTraverser
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 23, 2018
MessagePackBatchOptionsTest simply extends BatchOptionsTest
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 23, 2018
checking of version support at querying time
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 23, 2018
fix test/resources was specified wrongly
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
refactor + add javadocs to make MessagePackTraverser more unambiguous
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
test for MessagePackTraverser
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
MessagePackBatchOptionsTest simply extends BatchOptionsTest
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
checking of version support at querying time
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 24, 2018
fix test/resources was specified wrongly
majst01
added a commit
that referenced
this issue
Jul 25, 2018
Implement Issue #389 : Support for MessagePack
lxhoan
added a commit
to bonitoo-io/influxdb-java
that referenced
this issue
Jul 31, 2018
accept-encoding must be controlled by custom Request Interceptor rather than hard-coding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to update the InfluxDB Java API to allow query data to be returned in MessagePack format? This format is supported. when reading, in the new 1.4 version of InfluxDB.
The text was updated successfully, but these errors were encountered: