bin/kafka-topics.sh --create --topic my_topic \
---bootstrap-server localhost:9292
+--bootstrap-server localhost:9192
diff --git a/documentation/0.14.0/html/proxy-quick-start/content.html b/documentation/0.14.0/html/proxy-quick-start/content.html index f820e670..1261dc87 100644 --- a/documentation/0.14.0/html/proxy-quick-start/content.html +++ b/documentation/0.14.0/html/proxy-quick-start/content.html @@ -159,7 +159,7 @@
bin/kafka-topics.sh --create --topic my_topic \
---bootstrap-server localhost:9292
+--bootstrap-server localhost:9192
echo "hello world" | bin/kafka-console-producer.sh --topic my_topic \
---bootstrap-server localhost:9292
+--bootstrap-server localhost:9192
bin/kafka-console-consumer.sh --topic my_topic --from-beginning \
---bootstrap-server localhost:9292
+--bootstrap-server localhost:9192