docker: update Kafka to latest stable release

This commit is contained in:
Vincent Bernat
2022-12-07 15:03:27 +01:00
parent 0fc54b5df4
commit 34a1fc1d61
6 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ jobs:
ports: ports:
- 2181:2181 - 2181:2181
kafka: kafka:
image: bitnami/kafka:2.8.1 image: bitnami/kafka:3.3
env: env:
KAFKA_BROKER_ID: "1" KAFKA_BROKER_ID: "1"
KAFKA_CFG_ZOOKEEPER_CONNECT: "zookeeper:2181" KAFKA_CFG_ZOOKEEPER_CONNECT: "zookeeper:2181"

View File

@@ -31,7 +31,7 @@ run tests:
services: services:
- name: bitnami/zookeeper:3.7 - name: bitnami/zookeeper:3.7
alias: zookeeper alias: zookeeper
- name: bitnami/kafka:2.8.1 - name: bitnami/kafka:3.3
alias: kafka alias: kafka
- name: clickhouse/clickhouse-server:22.8 - name: clickhouse/clickhouse-server:22.8
alias: clickhouse alias: clickhouse

View File

@@ -5,7 +5,7 @@
# orchestrator /dev/null --dump --check`. # orchestrator /dev/null --dump --check`.
kafka: kafka:
topic: flows topic: flows
version: 2.8.1 version: 3.3.1
brokers: brokers:
- kafka:9092 - kafka:9092
topic-configuration: topic-configuration:

View File

@@ -19,6 +19,7 @@ after upgrading for it to pick the new schema.
-*console*: add `SrcNetPrefix` and `DstNetPrefix` (as a dimension and a filter attribute) -*console*: add `SrcNetPrefix` and `DstNetPrefix` (as a dimension and a filter attribute)
- 🌱 *console*: add `limit` and `graph-type` to `console.default-visualize-options` - 🌱 *console*: add `limit` and `graph-type` to `console.default-visualize-options`
- 🌱 *docker*: published `docker-compose.yml` file pins Akvorado image to the associated release - 🌱 *docker*: published `docker-compose.yml` file pins Akvorado image to the associated release
- 🌱 *docker*: update Zookeeper and Kafka images (this upgrade is optional)
## 1.6.3 - 2022-11-26 ## 1.6.3 - 2022-11-26

View File

@@ -8,7 +8,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes - ALLOW_ANONYMOUS_LOGIN=yes
kafka: kafka:
image: bitnami/kafka:2.8.1 image: bitnami/kafka:3.3
environment: environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 - KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- KAFKA_BROKER_ID=1 - KAFKA_BROKER_ID=1

View File

@@ -29,7 +29,7 @@ services:
volumes: volumes:
- akvorado-zookeeper:/bitnami/zookeeper - akvorado-zookeeper:/bitnami/zookeeper
kafka: kafka:
image: bitnami/kafka:2.8.1 image: bitnami/kafka:3.3
environment: environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 - KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- ALLOW_PLAINTEXT_LISTENER=yes - ALLOW_PLAINTEXT_LISTENER=yes