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

Support for MessagePack #389

Closed
dvanwest opened this issue Dec 1, 2017 · 1 comment
Closed

Support for MessagePack #389

dvanwest opened this issue Dec 1, 2017 · 1 comment
Labels
Milestone

Comments

@dvanwest
Copy link

dvanwest commented Dec 1, 2017

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.

@majst01
Copy link
Collaborator

majst01 commented Dec 1, 2017

we use retrofit for the backend communication and therefore a converter for messagepack is needed.
Luckily such a converter exists:

https://github.com/komamitsu/retrofit-converter-msgpack

@lxhoan lxhoan added this to the 2.11 milestone May 14, 2018
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
@ivankudibal ivankudibal modified the milestones: 2.11, 2.12 Jul 4, 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
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
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 lxhoan closed this as completed Jul 27, 2018
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
Labels
Projects
None yet
Development

No branches or pull requests

5 participants