zenoh
zenoh copied to clipboard
Storage's complete attribute should be a bool not a string
Describe the bug
It appears that the complete attribute of storages is a string as opposed to a bool. See:
"storage_manager": { "storages": { "mystore": { "key_expr": "foo/**", "volume": "memory", "complete":"true", } } }
This should be changed to be a bool.
To reproduce
If you set the complete attribute to true sa opposed to "true" the storage does not behave as complete. To validate this start multiple storages, fill them with some data and do a query with no consolidation.
System info
- Configuration File