Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ayars committed Aug 29, 2017
2 parents dd0b8dc + 835bf38 commit 9c52487
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/quickstart/quickstart-non-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ Optionally, you can return to the [main KSQL quick start page](/docs/quickstart#
--topic t1 \
--property parse.key=true \
--property key.separator=:
```

Your output should resemble this.

```bash
key1:v1,v2,v3
key2:v4,v5,v6
key3:v7,v8,v9
Expand All @@ -115,11 +110,6 @@ Optionally, you can return to the [main KSQL quick start page](/docs/quickstart#
--topic t2 \
--property parse.key=true \
--property key.separator=:
```

Your output should resemble this.

```bash
key1:{"id":"key1","col1":"v1","col2":"v2","col3":"v3"}
key2:{"id":"key2","col1":"v4","col2":"v5","col3":"v6"}
key3:{"id":"key3","col1":"v7","col2":"v8","col3":"v9"}
Expand Down

0 comments on commit 9c52487

Please sign in to comment.