sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Allow choosing the forward or backward iteration during GetRange #27

Open nemanja-boric-sociomantic opened 6 years ago

nemanja-boric-sociomantic commented 6 years ago

It's often the case that clients can decide if they want to inspect old data, given the sufficient amount of the fresh data. If we allow client to iterate from the end to the start of the time range (in chunks), client can stop iteration if they decide they can ignore the older data.