mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* feat(sqlness): add kafka wal config * chore: add sqlness with kafka wal ci config * fix: fix config * chore: apply suggestions from CR * fix: add metasrv config to sqlness with kafka * fix: replay memtable should from flushed_entry_id + 1 * fix: should set append flag to fopen * feat: start wal allocator in standalone meta mode * feat: append a noop record after kafka topic initialization * test: ignore tests temporally * test: change sqlness kafka wal config
Starts a standalone kafka
docker compose -f docker-compose-standalone.yml up kafka -d
Lists running services
docker compose -f docker-compose-standalone.yml ps
Stops the standalone kafka
docker compose -f docker-compose-standalone.yml stop kafka
Stops and removes the standalone kafka
docker compose -f docker-compose-standalone.yml down kafka