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:
|
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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user