mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
* feat: introduce client manager * chore: add errors for client manager * chore: add record utils * chore: impl kafka log store * chore: build kafka log store upon starting datanode * chore: update comments for kafka log store * chore: add a todo for getting entry offset * fix: typo * chore: remove unused * chore: update comments * fix: typo * fix: resolve some review conversations * chore: move commonly referenced crates to workspace Cargo.toml * fix: style * fix: style * chore: unify topic name prefix * chore: make backoff config configurable by users * chore: properly use backoff config in wal config * refactor: read/write of kafka log store * fix: typo * fix: typo * fix: resolve review conversations