eclipse-zenoh / zenoh-backend-rocksdb

Backend and Storages for zenoh using RocksDB
Other
13 stars 12 forks source link

Update rocksdb to use timestamp_rework #126

Closed Charles-Schleich closed 4 months ago

Charles-Schleich commented 4 months ago

RocksDB will now hold reference to runtime, and try get a timestamp from the runtime, if it fails it will produce a warning and not return a value from get_kv which is called from the get function of the Storage Trait.

EDIT: RocksDB Does not generate a timestamp for data in database without metadata associated with it. See https://github.com/eclipse-zenoh/zenoh-backend-rocksdb/issues/129