Modulesยง
- buffer ๐
- reader
- serde ๐
- state ๐
- 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ยง
Constantsยง
- FIRST_
SEQ_ ๐ID
Type Aliasesยง
- KvLog
Store ๐PkRow - Reader
Truncation ๐Offset Type - Readers truncate the offset at the granularity of seq id.
None
SeqIdType
means that the whole epoch is truncated. - RowOp
Code ๐Type - SeqId
Type ๐