brettwooldridge / influx4j

High-performance, zero-garbage, Java client/driver for InfluxDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to select charset?

easykoala opened this issue · comments

influxDB.write(point); How to select charset?

As far as I know, InfluxDB only supports UTF-8, so what is the point?