chia7712 commented on code in PR #19198: URL: https://github.com/apache/kafka/pull/19198#discussion_r1993754860
########## docs/upgrade.html: ########## @@ -72,10 +72,8 @@ <h5><a id="upgrade_4_0_0" href="#upgrade_4_0_0">Upgrading Servers to 4.0.0 from brokers will be running the latest version and you can verify that the cluster's behavior and performance meet expectations. </li> <li>Once the cluster's behavior and performance have been verified, finalize the upgrade by running - <code> - bin/kafka-features.sh --bootstrap-server localhost:9092 upgrade --release-version 4.0 - </code> - </li> + <code>bin/kafka-features.sh --bootstrap-controller localhost:9093 upgrade --release-version 4.0</code> + or <code>bin/kafka-features.sh --bootstrap-server localhost:9093 upgrade --release-version 4.0</code>.</li> Review Comment: could you please use 9092 instead for `--bootstrap-server`? -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org