docs: set a minimal Kafka version

There is no fancy features used by Akvorado. Likely 0.10 would work too.
This commit is contained in:
Vincent Bernat
2025-12-02 08:42:54 +01:00
parent e2d85bf9ad
commit 5551bfd44b

View File

@@ -1,9 +1,9 @@
# Installation
*Akvorado* is written in Go. It provides its 4 components in a single binary or
Docker image. It also requires [Kafka](https://kafka.apache.org/quickstart) and
[ClickHouse](https://clickhouse.com/docs/en/getting-started/install/), which
must be installed separately. The minimum version for ClickHouse is 22.4.
Docker image. It also requires [Kafka](https://kafka.apache.org/quickstart)
(1.0+) and [ClickHouse](https://clickhouse.com/docs/en/getting-started/install/)
(22.4+), which must be installed separately.
## Docker image