murong00 commented on pull request #11262: URL: https://github.com/apache/pulsar/pull/11262#issuecomment-986460398
@cckellogg @tuteng Hi, how this issue going? Removing the option in the `bin/pulsar` seems incompatible, users can no longer use `PULSAR_BROKER_CONF` environment variable to start a broker. In addtion, `setAllowParameterOverwriting` only affects options in `PulsarBrokerStarter.StarterArguments` and we can disallow this overwriting within the `Parameter` annotation (`forceNonOverwritable = true`) for critical parameters. -- 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]
