You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have expected an error value even with the async writer as points cannot be written. I did not check if this is handled correctly with Influx2.
Update using a blocking writer doesn't error either:
It looks like your InfuxDB 1 instance is unauthenticated and writes go OK.
If InfluxDB 1 had authentication turned on, you would see an error, despite with an empty message, cause InfluxDB 1 sends error in an incompatible format.
Latest since #109 it should be possible to work against Influx1. I've tried to do so, but without credentials (token is empty):
This does not generate any errror:
I would have expected an error value even with the async writer as points cannot be written. I did not check if this is handled correctly with Influx2.
Update using a blocking writer doesn't error either:
The text was updated successfully, but these errors were encountered: