We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94813 commit d451caeCopy full SHA for d451cae
docs/openfaas-pro/kafka-events.md
@@ -19,20 +19,7 @@ You can install the Kafka connector using its [helm chart](https://github.com/op
19
20
### Installation with Helm
21
22
-See [helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/kafka-connector)
23
-
24
-### Installation with arkade
25
26
-Helm is recommended for production, but you can use arkade for local development and for quick testing.
27
28
-```bash
29
-export TOPICS="payment.created"
30
31
-arkade install kafka-connector \
32
- --broker-hosts kafka-broker:9092 \
33
- --topics $TOPICS \
34
- --license-file $HOME/.openfaas/LICENSE
35
-```
+See the [kafka-connector helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/kafka-connector)
36
37
## Usage
38
0 commit comments