Skip to content

Commit

Permalink
docker: downgrade to Zookeeper 3.8
Browse files Browse the repository at this point in the history
There is an incompatibility of ClickHouse with Zookeeper 3.9. See:

- apache/zookeeper#2146
- apache/zookeeper#1837
- ClickHouse/ClickHouse#53749
  • Loading branch information
vincentbernat committed Apr 4, 2024
1 parent 70caae1 commit b9cd302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion console/data/docs/99-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can install the `docker-compose-v2` package. For other options, check the
- 🩹 *cmd*: fix parsing of `inlet``metadata``provider``ports`
- 🩹 *console*: fix use of `InIfBoundary` and `OutIfBoundary` as dimensions
- 🌱 *orchestrator*: add TLS support to connect to ClickHouse database
- 🌱 *docker*: update to Redis 7.2, Kafka 3.7, Kafka UI 0.7.1, and Zookeeper 3.9 (not mandatory)
- 🌱 *docker*: update to Redis 7.2, Kafka 3.7, Kafka UI 0.7.1, and Zookeeper 3.8 (not mandatory)

[documentation for installing the compose plugin]: https://docs.docker.com/compose/install/linux/

Expand Down
2 changes: 1 addition & 1 deletion docker/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
# main services
zookeeper:
image: bitnami/zookeeper:3.9
image: bitnami/zookeeper:3.8
kafka:
image: bitnami/kafka:3.7
redis:
Expand Down

0 comments on commit b9cd302

Please sign in to comment.