michaeljmarshall opened a new issue #14956: URL: https://github.com/apache/pulsar/issues/14956
**Is your enhancement request related to a problem? Please describe.** When running `bin/gen-yml-from-env.py` to configure a function worker, I see the following warning: > bin/gen-yml-from-env.py:62: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. **Describe the solution you'd like** We should not use a deprecated loader. -- 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]
