@@ -148,7 +148,7 @@ jobs:
148148 # setup multiple docker images (see https://circleci.com/docs/2.0/configuration-reference/#docker)
149149 docker :
150150 - image : quay.io/influxdb/rust:ci
151- - image : vectorized/redpanda:v22.1.4
151+ - image : vectorized/redpanda:v22.2.1
152152 name : redpanda-0
153153 command :
154154 - redpanda
@@ -161,7 +161,8 @@ jobs:
161161 - --check=false
162162 - --kafka-addr redpanda-0:9092
163163 - --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
165166 name : redpanda-1
166167 command :
167168 - redpanda
@@ -175,7 +176,8 @@ jobs:
175176 - --kafka-addr redpanda-1:9092
176177 - --rpc-addr redpanda-1:33145
177178 - --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
179181 name : redpanda-2
180182 command :
181183 - redpanda
@@ -189,6 +191,7 @@ jobs:
189191 - --kafka-addr redpanda-2:9092
190192 - --rpc-addr redpanda-2:33145
191193 - --seeds redpanda-0:33145
194+ - --set redpanda.auto_create_topics_enabled=false
192195 - image : serjs/go-socks5-proxy
193196 name : proxy
194197 resource_class : xlarge # use of a smaller executor tends crashes on link
@@ -243,6 +246,7 @@ jobs:
243246 - KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
244247 - KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-0:9092,EXTERNAL://kafka-0:9093
245248 - KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
249+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
246250 - image : docker.io/bitnami/kafka:3
247251 name : kafka-1
248252 environment :
@@ -253,6 +257,7 @@ jobs:
253257 - KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
254258 - KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-1:9092,EXTERNAL://kafka-1:9093
255259 - KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
260+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
256261 - image : docker.io/bitnami/kafka:3
257262 name : kafka-2
258263 environment :
@@ -263,6 +268,7 @@ jobs:
263268 - KAFKA_CFG_LISTENERS=CLIENT://:9092,EXTERNAL://:9093
264269 - KAFKA_CFG_ADVERTISED_LISTENERS=CLIENT://kafka-2:9092,EXTERNAL://kafka-2:9093
265270 - KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT
271+ - KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=false
266272 - image : serjs/go-socks5-proxy
267273 name : proxy
268274 resource_class : xlarge # use of a smaller executor tends crashes on link
0 commit comments