mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docker: update Kafka to latest stable release
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
ports:
|
||||
- 2181:2181
|
||||
kafka:
|
||||
image: bitnami/kafka:2.8.1
|
||||
image: bitnami/kafka:3.3
|
||||
env:
|
||||
KAFKA_BROKER_ID: "1"
|
||||
KAFKA_CFG_ZOOKEEPER_CONNECT: "zookeeper:2181"
|
||||
|
||||
@@ -31,7 +31,7 @@ run tests:
|
||||
services:
|
||||
- name: bitnami/zookeeper:3.7
|
||||
alias: zookeeper
|
||||
- name: bitnami/kafka:2.8.1
|
||||
- name: bitnami/kafka:3.3
|
||||
alias: kafka
|
||||
- name: clickhouse/clickhouse-server:22.8
|
||||
alias: clickhouse
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# orchestrator /dev/null --dump --check`.
|
||||
kafka:
|
||||
topic: flows
|
||||
version: 2.8.1
|
||||
version: 3.3.1
|
||||
brokers:
|
||||
- kafka:9092
|
||||
topic-configuration:
|
||||
|
||||
@@ -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 `limit` and `graph-type` to `console.default-visualize-options`
|
||||
- 🌱 *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
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||
|
||||
kafka:
|
||||
image: bitnami/kafka:2.8.1
|
||||
image: bitnami/kafka:3.3
|
||||
environment:
|
||||
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
|
||||
- KAFKA_BROKER_ID=1
|
||||
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
volumes:
|
||||
- akvorado-zookeeper:/bitnami/zookeeper
|
||||
kafka:
|
||||
image: bitnami/kafka:2.8.1
|
||||
image: bitnami/kafka:3.3
|
||||
environment:
|
||||
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
|
||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
||||
|
||||
Reference in New Issue
Block a user