Skip to content

Commit bdfebce

Browse files
committed
Changes in env-vars for latest Kafka connector image
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent e0b309f commit bdfebce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2022-06-01-eventdriven-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The kafka-connector will need to authenticate to your cluster. It will need to h
293293
Edit `/var/lib/faasd/docker-compose.yaml` and add the configuration for the kafka-connector:
294294
```yaml
295295
kafka-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

0 commit comments

Comments
 (0)