Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jul 11, 2024
1 parent ff7c187 commit 32ed6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/kafka-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Print results (in another terminal):
```bash
kafka-console-consumer --from-beginning --group kafka-streams.consumer \
--topic streams.results \
-bootstrap-server kafka1:9092 \
--bootstrap-server kafka1:9092 \
--property print.key=true \
--property value.deserializer=org.apache.kafka.common.serialization.LongDeserializer
```
Expand Down

0 comments on commit 32ed6c5

Please sign in to comment.