Update tutorial-kafka.md (#14749)

This commit is contained in:
Suneet Saldanha 2023-08-04 10:56:33 -07:00 committed by GitHub
parent e5661a394c
commit 590734b5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ In this section, you download sample data to the tutorial's directory and send t
2. Download the sample data to your new directory and extract it:
```bash
cd sample-data
curl -O https://static.imply.io/example-data/kttm-nested-v2/kttm-nested-v2-2019-08-25.json.gz
(cd sample-data && curl -O https://static.imply.io/example-data/kttm-nested-v2/kttm-nested-v2-2019-08-25.json.gz)
```
3. In your Kafka root directory, run the following commands to post sample events to the `kttm` Kafka topic: