lhotari commented on PR #22044: URL: https://github.com/apache/pulsar/pull/22044#issuecomment-1934740569
Tested on command line in this way: ``` cp conf/broker.conf /tmp brokerInterceptors=foo PULSAR_PREFIX_brokerClientAuthenticationParameters=SECRET_VALUE ./docker/pulsar/scripts/apply-config-from-env.py /tmp/broker.conf brokerInterceptors=foo brokerClientAuthenticationParameters=SECRET_VALUE ./docker/pulsar/scripts/apply-config-from-env.py /tmp/broker.conf # also tested the new --prefix parameter that replaces the duplicate script apply-config-from-env-with-prefix.py (used in Pulsar SQL) FOO_brokerInterceptors=foo brokerClientAuthenticationParameters=SECRET_VALUE ./docker/pulsar/scripts/apply-config-from-env.py --prefix FOO_ /tmp/broker.conf ``` -- 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]
