Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 7b5b7ab

Browse files
authored
chore(deps): Bump Kafka & Zookeeper for tests to Confluent Platform 7.3.0 (#76)
1 parent 619edcc commit 7b5b7ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ version: '2.1'
22

33
services:
44
zoo1:
5-
image: zookeeper:3.8.0
5+
image: confluentinc/cp-zookeeper:7.3.0
66
hostname: zoo1
77
ports:
88
- "2181:2181"
99
- "2888:2888"
1010
- "3888:3888"
1111
environment:
12-
ZOO_MY_ID: 1
13-
ZOO_PORT: 2181
12+
ZOOKEEPER_SERVER_ID: 1
13+
ZOOKEEPER_CLIENT_PORT: 2181
1414
volumes:
1515
- zoo1_data:/data
1616
- zoo1_datalog:/datalog
1717

1818
kafka1:
19-
image: confluentinc/cp-kafka:7.2.1
19+
image: confluentinc/cp-kafka:7.3.0
2020
hostname: kafka1
2121
ports:
2222
- "9092:9092"

0 commit comments

Comments
 (0)