tisonkun commented on code in PR #528: URL: https://github.com/apache/pulsar-site/pull/528#discussion_r1172178160
########## contribute/validate-release-candidate.md: ########## @@ -39,7 +39,7 @@ gpg --verify apache-pulsar-<release>-bin.tar.gz.asc #### Standalone service -Open a terminal to start a standalone service: +Open a terminal to start a standalone service (For 2.11.x or later, please `export PULSAR_STANDALONE_USE_ZOOKEEPER=1` before starting the service): ```shell bin/pulsar standalone Review Comment: ```suggestion PULSAR_STANDALONE_USE_ZOOKEEPER=1 bin/pulsar standalone ``` I'd prefer to update here. Even if for <2.11 (which are almost EOL) this command should work. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
