|
@@ -49,8 +49,8 @@ Set up the external listener. Looks like this is smart and sets up multiples. Se
|
|
|
|
|
|
```
|
|
|
# Terminal 1: (kcat on mac)
|
|
|
-kafkacat -b 10.42.42.34:9094 -t new_topic -P -l /var/log/message
|
|
|
+kafkacat -b 10.42.42.34:9092 -t new_topic -P -l /var/log/message
|
|
|
# Terminal 2:
|
|
|
-kafkacat -b 10.42.42.34:9094 -t new_topic -C
|
|
|
+kafkacat -b 10.42.42.34:9092 -t new_topic -C
|
|
|
|
|
|
|