File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ The kafka-connector will need to authenticate to your cluster. It will need to h
293
293
Edit ` /var/lib/faasd/docker-compose.yaml ` and add the configuration for the kafka-connector:
294
294
``` yaml
295
295
kafka-connector :
296
- image : ghcr.io/openfaasltd/kafka-connector:0.6.1
296
+ image : ghcr.io/openfaasltd/kafka-connector:latest
297
297
environment :
298
298
- gateway_url=http://gateway:8080
299
299
- topics=user.signup
@@ -303,7 +303,7 @@ kafka-connector:
303
303
- asynchronous_invocation=false
304
304
- basic_auth=true
305
305
- secret_mount_path=/run/secrets
306
- - broker_host =pkc-5r697.europe-west1.gcp.confluent.cloud:9092
306
+ - broker_hosts =pkc-5r697.europe-west1.gcp.confluent.cloud:9092
307
307
- upstream_timeout=2m
308
308
- rebuild_interval=30s
309
309
- content_type=text/plain
You can’t perform that action at this time.
0 commit comments