MarvinCai commented on issue #16895: URL: https://github.com/apache/pulsar/issues/16895#issuecomment-1201299352
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. -- 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]
