@@ -86,9 +86,11 @@ kafka-console-consumer.sh --topic orders --from-beginning --bootstrap-server loc
```
-OR-
```
/usr/local/Cellar/kafka/2.8.0/bin/kafka-console-consumer --topic orders --from-beginning --bootstrap-server localhost:9092 (--from-beginning flag will show all messages that were received for this particular topic)