oxia
oxia copied to clipboard
WIP: fix(407): add crc to wal entry
Fixed:https://github.com/streamnative/oxia/issues/407
First implement of add crc to wal entry, currently there is a lot of work should be done:
- Implement
crcreset in TruncateLog - validate
crcvalue when read data - add
decoderto simplify code - add examples
and so on.