File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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
293293Edit ` /var/lib/faasd/docker-compose.yaml ` and add the configuration for the kafka-connector:
294294``` yaml
295295kafka-connector :
296- image : ghcr.io/openfaasltd/kafka-connector:0.6.1
296+ image : ghcr.io/openfaasltd/kafka-connector:latest
297297 environment :
298298 - gateway_url=http://gateway:8080
299299 - topics=user.signup
@@ -303,7 +303,7 @@ kafka-connector:
303303 - asynchronous_invocation=false
304304 - basic_auth=true
305305 - 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
307307 - upstream_timeout=2m
308308 - rebuild_interval=30s
309309 - content_type=text/plain
You can’t perform that action at this time.
0 commit comments