Skip to content

Commit 3ddbd59

Browse files
jliunyuedenhill
authored andcommitted
Upgrade cp-schema-registry to 7.1.0
1 parent 870edfc commit 3ddbd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
2020
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
2121
schema-registry:
22-
image: confluentinc/cp-schema-registry:5.0.0
22+
image: confluentinc/cp-schema-registry:7.1.0
2323
depends_on:
2424
- zookeeper
2525
- kafka
@@ -40,7 +40,7 @@ services:
4040
SCHEMA_REGISTRY_SSL_TRUSTSTORE_PASSWORD: abcdefgh
4141
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:2181
4242
schema-registry-basic-auth:
43-
image: confluentinc/cp-schema-registry:5.0.0
43+
image: confluentinc/cp-schema-registry:7.1.0
4444
depends_on:
4545
- zookeeper
4646
- kafka

0 commit comments

Comments
 (0)