Commit ad9a72e5 authored by Shanelle Valencia's avatar Shanelle Valencia

[AFP-53] 📝 Update readme instructions to test kafka producer and consumer [@svalencia]

parent cd782982
......@@ -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)
/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)
if you're still getting errors finding the pathway for kafka, try running:
```
ls -alrth /usr/local/Cellar/kafka/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment