Hi all, I opened a PIP to discuss: https://github.com/apache/pulsar/issues/18744
It allows Pulsar Function to read configs from a local config file, while currently it only supports passing in configs from the command line and cannot be changed dynamically. With reading configs from files it allows easier configuration of Pulsar functions in cloud environment, In particular, when Pulsar Functions are running in Kubernetes, passing in specific data by updating the command line arguments will trigger a reschedule (restart for pod) of the Pulsar Instance. We proposed an implementation plan to support this feature, PTAL. Thanks, Yufei.