yapxue commented on issue #16895: URL: https://github.com/apache/pulsar/issues/16895#issuecomment-1201988744
> there's a script just for this purpose: https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/apply-config-from-env.py You can supply any custom config via env then run this script like `apply-config-from-env.py bookkeeper.conf` To supply config key that's not already in bookkeeper.conf, add prefix `PULSAR_PREFIX_` to it so it can be properly recognized by the script. But some bookkeeper config like serverNumIOThreads is not in https://github.com/apache/pulsar/blob/master/conf/bookkeeper.conf and not in "keys" in the python script https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/apply-config-from-env.py#L72 and it cannot be applied. -- 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]
