@@ -148,7 +148,7 @@ jobs:
148
148
# setup multiple docker images (see https://circleci.com/docs/2.0/configuration-reference/#docker)
149
149
docker :
150
150
- image : quay.io/influxdb/rust:ci
151
- - image : vectorized/redpanda:v22.1.4
151
+ - image : vectorized/redpanda:v22.2.1
152
152
name : redpanda-0
153
153
command :
154
154
- redpanda
@@ -161,7 +161,8 @@ jobs:
161
161
- --check=false
162
162
- --kafka-addr redpanda-0:9092
163
163
- --rpc-addr redpanda-0:33145
164
- - image : vectorized/redpanda:v22.1.4
164
+ - --set redpanda.auto_create_topics_enabled=false
165
+ - image : vectorized/redpanda:v22.2.1
165
166
name : redpanda-1
166
167
command :
167
168
- redpanda
@@ -175,7 +176,8 @@ jobs:
175
176
- --kafka-addr redpanda-1:9092
176
177
- --rpc-addr redpanda-1:33145
177
178
- --seeds redpanda-0:33145
178
- - image : vectorized/redpanda:v22.1.4
179
+ - --set redpanda.auto_create_topics_enabled=false
180
+ - image : vectorized/redpanda:v22.2.1
179
181
name : redpanda-2
180
182
command :
181
183
- redpanda
@@ -189,6 +191,7 @@ jobs:
189
191
- --kafka-addr redpanda-2:9092
190
192
- --rpc-addr redpanda-2:33145
191
193
- --seeds redpanda-0:33145
194
+ - --set redpanda.auto_create_topics_enabled=false
192
195
- image : serjs/go-socks5-proxy
193
196
name : proxy
194
197
resource_class : xlarge # use of a smaller executor tends crashes on link
@@ -243,6 +246,7 @@ jobs:
243
246
- KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
244
247
- KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-0:9092,EXTERNAL://kafka-0:9093
245
248
- KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
249
+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
246
250
- image : docker.io/bitnami/kafka:3
247
251
name : kafka-1
248
252
environment :
@@ -253,6 +257,7 @@ jobs:
253
257
- KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
254
258
- KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-1:9092,EXTERNAL://kafka-1:9093
255
259
- KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
260
+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
256
261
- image : docker.io/bitnami/kafka:3
257
262
name : kafka-2
258
263
environment :
@@ -263,6 +268,7 @@ jobs:
263
268
- KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
264
269
- KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-2:9092,EXTERNAL://kafka-2:9093
265
270
- KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
271
+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
266
272
- image : serjs/go-socks5-proxy
267
273
name : proxy
268
274
resource_class : xlarge # use of a smaller executor tends crashes on link
0 commit comments