Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
retries: 5

kafka:
image: confluentinc/cp-kafka:7.6.0
image: confluentinc/cp-kafka:8.3.1
container_name: bis-kafka
restart: unless-stopped
depends_on:
Expand Down Expand Up @@ -1176,7 +1176,7 @@ services:

# ─── Kafka Topic Init (creates all 32 BIS topics on first boot) ──────────────
kafka-init:
image: confluentinc/cp-kafka:7.6.1
image: confluentinc/cp-kafka:8.3.1
container_name: bis-kafka-init
restart: "no"
depends_on:
Expand Down
Loading