zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

Storage's complete attribute should be a bool not a string

Open kydos opened this issue 7 months ago • 0 comments

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

kydos avatar May 14 '25 07:05 kydos