fredsh2k opened a new pull request #9335:
URL: https://github.com/apache/kafka/pull/9335


   i've followed quickstart instructions here 
https://kafka.apache.org/documentation/#quickstart_send
   and when i run:
   `bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092`
   i get:
   `bootstrap-server is not a recognized option`
   the solution was to use:
   `bin/kafka-console-producer.sh --topic quickstart-events --broker-list 
localhost:9092`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to