Skip to content

Commit

Permalink
docs: clarify Kafka docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Oct 25, 2021
1 parent 11e73b3 commit fa42f54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ Run [one of the examples](EXAMPLES.md).

## Kafka

If you want to experiment with Kafka:
If you want to experiment with Kafka, install Kafka:

```bash
kubectl apply -f https://raw.githubusercontent.com/argoproj-labs/argo-dataflow/main/config/apps/kafka.yaml
```

Configure dataflow to use that Kafka by default:

```bash
kubectl apply -f https://raw.githubusercontent.com/argoproj-labs/argo-dataflow/main/examples/dataflow-kafka-default-secret.yaml
```

Expand All @@ -47,7 +52,7 @@ Wait for the statefulsets to be available (ctrl+c when available):
kubectl get statefulset -w
```

You can port forward to the Kafka broker:
If you want to connect to from you desktop, e.g. as a consumer or producer, you can port forward to the Kafka broker:

```bash
kubectl port-forward svc/kafka-broker 9092:9092
Expand Down

0 comments on commit fa42f54

Please sign in to comment.