Modulesยง
- buffer ๐
- reader ๐
- serde ๐
- v1 ๐
- v2 ๐A new version of log store schema. Compared to v1, the v2 added a new vnode column to the log store pk, becomes
epoch
,seq_id
andvnode
. In this way, providing a log store pk, we can get exactly one single row. - writer ๐
Structsยง
- Flush
Info ๐ - KvLog
Store ๐Metrics - KvLog
Store ๐PkInfo
Constantsยง
- FIRST_
SEQ_ ๐ID
Type Aliasesยง
- KvLog
Store ๐PkRow - Readers truncate the offset at the granularity of seq id. None
SeqIdType
means that the whole epoch is truncated. - RowOp
Code ๐Type - SeqId
Type ๐