eclipse-zenoh / zenoh-backend-influxdb

Backend and Storages for zenoh using InfluxDB
Other
19 stars 19 forks source link

get_all_entries `Timestamp`, expected id = 1 ? #136

Closed Charles-Schleich closed 1 month ago

Charles-Schleich commented 3 months ago

Describe the release item

creating a new timestamp for function get_all_entries requires a call to the new_timestamp function. this expects a type that implements the TimestampId Trait bound pub type TimestampId = uhlc::ID;

Argument should rather be taken from SessionInfo::zid() instead

Question: Will this not break something expecting get_all_entries to return an id of 1 ? @Mallets