issues
search
spirit-labs
/
tektite
Tektite DB
http://www.tektitedb.com
Other
180
stars
26
forks
source link
Implement written offsets and highestReadableOffset for partition
#257
Closed
purplefox
closed
1 month ago
purplefox
commented
1 month ago
This PR:
Moves the offsets cache into it's own package
Now the cache handles the concept of written offsets - these allows us to maintain a highest readable offset for each partition to effectively re-order writes to a partition. See the comment on OffsetCache for more information.
This PR: