sociomantic-tsunami / dlsproto

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

Automatically resume GetRange iteration after reconnection from the breaking point #29

Open nemanja-boric-sociomantic opened 6 years ago

nemanja-boric-sociomantic commented 6 years ago

With each record batch, the node sends the index in the bucket file (either as a file offset or a count index) of the last record included. If an error happens, after re-connection the client can tell the node the last index so it can carry on from that point.