We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
sure, will be a major change as it will drop support for Java 8 which is actually still used by a lot
Sorry, something went wrong.
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
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: