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
When attempting to store binary data in Zenoh storage configured for InfluxDB 2, the system incorrectly interprets the binary data as UTF-8. If the binary data does not represent a valid UTF-8 string, the operation fails, and the database stores an invalid record. The stored record is a base64-encoded string indicating that it failed to interpret the data as UTF-8.
To reproduce
Set up Zenoh storage configured for InfluxDB.
Create a publisher and use it to write a binary value (e.g., a value that is not a valid UTF-8 string).
Try to retrieve the value using:
Zenoh client.
InfluxDB client by querying: SELECT * FROM path/to/something.
Describe the bug
When attempting to store binary data in Zenoh storage configured for InfluxDB 2, the system incorrectly interprets the binary data as UTF-8. If the binary data does not represent a valid UTF-8 string, the operation fails, and the database stores an invalid record. The stored record is a base64-encoded string indicating that it failed to interpret the data as UTF-8.
To reproduce
System info
The text was updated successfully, but these errors were encountered: