mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user