Open Issues Need Help
View All on GitHubAI Summary: The task is to modify the Zenoh REST plugin to handle JSON5 data consistently. Currently, JSON5 data is treated differently than plain text, attempting JSON deserialization before falling back to base64 encoding. The proposed change is to treat JSON5 like plain text, leaving the parsing responsibility to the client, thus ensuring consistent handling of non-standard JSON data. This requires careful consideration of backward compatibility.
zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.