influxdb-java
influxdb-java copied to clipboard
Add support for java records
It would be nice to read and write data from/to influxdb using java records.
I have implemented such support. Are you interested in a PR?
sure, will be a major change as it will drop support for Java 8 which is actually still used by a lot
My change compiles on java 8, as it uses reflection for accessing record metadata
OK, then open a PR and we can have a look