Skip to content

Commit

Permalink
Bump kafka / zookeeper to 7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 28, 2024
1 parent 34b4226 commit aeb71cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-extension-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- '6.x'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.3.1
image: confluentinc/cp-zookeeper:7.5.3
ports:
- 2181:2181
env:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:7.3.1
image: confluentinc/cp-kafka:7.5.3
ports:
- 9092:9092
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
continue-on-error: ${{ matrix.librdkafka == 'master' }}
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.5.2
image: confluentinc/cp-zookeeper:7.5.3
ports:
- 2181:2181
env:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:7.5.2
image: confluentinc/cp-kafka:7.5.3
ports:
- 9092:9092
env:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:

services:
zookeeper:
image: confluentinc/cp-zookeeper:7.5.2
image: confluentinc/cp-zookeeper:7.5.3
ports:
- 2181:2181
environment:
Expand All @@ -15,7 +15,7 @@ services:
- php-rdkafka-ffi

kafka:
image: confluentinc/cp-kafka:7.5.2
image: confluentinc/cp-kafka:7.5.3
ports:
- 9092:9092
hostname: kafka
Expand Down

0 comments on commit aeb71cc

Please sign in to comment.