mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
* refactor: refactor wal config * test: update tests related to wal * feat: introduce kafka wal config * chore: augment proto with wal options * feat: augment region open request with wal options * feat: augment mito region with wal options * feat: augment region create request with wal options * refactor: refactor log store trait * feat: add skeleton for kafka log store * feat: generalize building log store when starting datanode * feat: integrate wal options to region write * chore: minor update * refactor: remove wal options from region create/open requests * fix: compliation issues * chore: insert wal options into region options upon initializing region server * chore: integrate wal options into region options * chore: fill in kafka wal config * chore: reuse namespaces while writing to wal * chore: minor update * chore: fetch wal options from region while handling truncate/flush * fix: region options test * fix: resolve some review conversations * refactor: serde with wal options * fix: resolve some review conversations