File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed
metadata-integration/java/datahub-client/src/test/java/datahub/client/kafka/containers Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ services:
148
148
schema-registry :
149
149
container_name : schema-registry
150
150
hostname : schema-registry
151
- image : confluentinc/cp-schema-registry:7.2.2
151
+ image : confluentinc/cp-schema-registry:7.2.5
152
152
ports :
153
153
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
154
154
env_file : schema-registry/env/docker.env
@@ -164,7 +164,7 @@ services:
164
164
broker :
165
165
container_name : broker
166
166
hostname : broker
167
- image : confluentinc/cp-kafka:7.2.2
167
+ image : confluentinc/cp-kafka:7.2.5
168
168
ports :
169
169
- 29092:29092
170
170
- 9092:9092
@@ -183,7 +183,7 @@ services:
183
183
zookeeper :
184
184
container_name : zookeeper
185
185
hostname : zookeeper
186
- image : confluentinc/cp-zookeeper:7.2.2
186
+ image : confluentinc/cp-zookeeper:7.2.5
187
187
ports :
188
188
- 2181:2181
189
189
env_file : zookeeper/env/docker.env
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ services:
125
125
schema-registry :
126
126
container_name : schema-registry
127
127
hostname : schema-registry
128
- image : confluentinc/cp-schema-registry:7.2.2
128
+ image : confluentinc/cp-schema-registry:7.2.5
129
129
ports :
130
130
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
131
131
env_file : schema-registry/env/docker.env
@@ -141,7 +141,7 @@ services:
141
141
broker :
142
142
container_name : broker
143
143
hostname : broker
144
- image : confluentinc/cp-kafka:7.2.2
144
+ image : confluentinc/cp-kafka:7.2.5
145
145
ports :
146
146
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
147
147
env_file : broker/env/docker.env
@@ -159,7 +159,7 @@ services:
159
159
zookeeper :
160
160
container_name : zookeeper
161
161
hostname : zookeeper
162
- image : confluentinc/cp-zookeeper:7.2.2
162
+ image : confluentinc/cp-zookeeper:7.2.5
163
163
ports :
164
164
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
165
165
env_file : zookeeper/env/docker.env
Original file line number Diff line number Diff line change 3
3
version : ' 3.8'
4
4
services :
5
5
kafka-rest-proxy :
6
- image : confluentinc/cp-kafka-rest:7.2.2
6
+ image : confluentinc/cp-kafka-rest:7.2.5
7
7
env_file : kafka-rest-proxy/env/docker.env
8
8
hostname : kafka-rest-proxy
9
9
container_name : kafka-rest-proxy
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ services:
144
144
schema-registry :
145
145
container_name : schema-registry
146
146
hostname : schema-registry
147
- image : confluentinc/cp-schema-registry:7.2.2
147
+ image : confluentinc/cp-schema-registry:7.2.5
148
148
ports :
149
149
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
150
150
env_file : schema-registry/env/docker.env
@@ -160,7 +160,7 @@ services:
160
160
broker :
161
161
container_name : broker
162
162
hostname : broker
163
- image : confluentinc/cp-kafka:7.2.2
163
+ image : confluentinc/cp-kafka:7.2.5
164
164
ports :
165
165
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
166
166
env_file : broker/env/docker.env
@@ -178,7 +178,7 @@ services:
178
178
zookeeper :
179
179
container_name : zookeeper
180
180
hostname : zookeeper
181
- image : confluentinc/cp-zookeeper:7.2.2
181
+ image : confluentinc/cp-zookeeper:7.2.5
182
182
ports :
183
183
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
184
184
env_file : zookeeper/env/docker.env
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
test : nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
24
24
timeout : 5s
25
25
hostname : broker
26
- image : confluentinc/cp-kafka:7.2.2
26
+ image : confluentinc/cp-kafka:7.2.5
27
27
ports :
28
28
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
29
29
volumes :
@@ -273,7 +273,7 @@ services:
273
273
test : nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
274
274
timeout : 5s
275
275
hostname : schema-registry
276
- image : confluentinc/cp-schema-registry:7.2.2
276
+ image : confluentinc/cp-schema-registry:7.2.5
277
277
ports :
278
278
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
279
279
zookeeper :
@@ -288,7 +288,7 @@ services:
288
288
test : echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
289
289
timeout : 5s
290
290
hostname : zookeeper
291
- image : confluentinc/cp-zookeeper:7.2.2
291
+ image : confluentinc/cp-zookeeper:7.2.5
292
292
ports :
293
293
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
294
294
volumes :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
test : nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
24
24
timeout : 5s
25
25
hostname : broker
26
- image : confluentinc/cp-kafka:7.2.2
26
+ image : confluentinc/cp-kafka:7.2.5
27
27
ports :
28
28
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
29
29
volumes :
@@ -247,7 +247,7 @@ services:
247
247
test : nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
248
248
timeout : 5s
249
249
hostname : schema-registry
250
- image : confluentinc/cp-schema-registry:7.2.2
250
+ image : confluentinc/cp-schema-registry:7.2.5
251
251
ports :
252
252
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
253
253
zookeeper :
@@ -262,7 +262,7 @@ services:
262
262
test : echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
263
263
timeout : 5s
264
264
hostname : zookeeper
265
- image : confluentinc/cp-zookeeper:7.2.2
265
+ image : confluentinc/cp-zookeeper:7.2.5
266
266
ports :
267
267
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
268
268
volumes :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
test : nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
24
24
timeout : 5s
25
25
hostname : broker
26
- image : confluentinc/cp-kafka:7.2.2
26
+ image : confluentinc/cp-kafka:7.2.5
27
27
ports :
28
28
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
29
29
volumes :
@@ -247,7 +247,7 @@ services:
247
247
test : nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
248
248
timeout : 5s
249
249
hostname : schema-registry
250
- image : confluentinc/cp-schema-registry:7.2.2
250
+ image : confluentinc/cp-schema-registry:7.2.5
251
251
ports :
252
252
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
253
253
zookeeper :
@@ -262,7 +262,7 @@ services:
262
262
test : echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
263
263
timeout : 5s
264
264
hostname : zookeeper
265
- image : confluentinc/cp-zookeeper:7.2.2
265
+ image : confluentinc/cp-zookeeper:7.2.5
266
266
ports :
267
267
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
268
268
volumes :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
test : nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
24
24
timeout : 5s
25
25
hostname : broker
26
- image : confluentinc/cp-kafka:7.2.2
26
+ image : confluentinc/cp-kafka:7.2.5
27
27
ports :
28
28
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
29
29
volumes :
@@ -273,7 +273,7 @@ services:
273
273
test : nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
274
274
timeout : 5s
275
275
hostname : schema-registry
276
- image : confluentinc/cp-schema-registry:7.2.2
276
+ image : confluentinc/cp-schema-registry:7.2.5
277
277
ports :
278
278
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
279
279
zookeeper :
@@ -288,7 +288,7 @@ services:
288
288
test : echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
289
289
timeout : 5s
290
290
hostname : zookeeper
291
- image : confluentinc/cp-zookeeper:7.2.2
291
+ image : confluentinc/cp-zookeeper:7.2.5
292
292
ports :
293
293
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
294
294
volumes :
Original file line number Diff line number Diff line change 4
4
import java .net .ServerSocket ;
5
5
6
6
final class Utils {
7
- public static final String CONFLUENT_PLATFORM_VERSION = "7.2.2 " ;
7
+ public static final String CONFLUENT_PLATFORM_VERSION = "7.2.5 " ;
8
8
9
9
private Utils () {
10
10
}
You can’t perform that action at this time.
0 commit comments