Skip to content

Commit

Permalink
Update tutorial-kafka.md (apache#14749)
Browse files Browse the repository at this point in the history
  • Loading branch information
suneet-s authored Aug 4, 2023
1 parent e5661a3 commit 590734b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/tutorial-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 590734b

Please sign in to comment.