Open
Description
Andrew Baptist (andrewbaptist) commented:
Page: https://cockroachlabs.com/docs/v23.1/changefeed-examples.html
What is the reason for your feedback?
[ ] Missing the information I need
[ ] Too complicated
[ X ] Out of date
[ ] Something is broken
[ ] Other
Additional details
In some places on the page it says to use --zookeeper localhost:2181
as the argument to creating kafka topics. This should instead say --bootstrap-server localhost:9092
I'm assuming the zookeeper arg worked in previous releases, but the the latest confluent (7.3.3) it does not.
Jira Issue: DOC-7468