GitHub user lhotari added a comment to the discussion: How to set up Broker config and other configs like bookie etc
@Khemendra-Bhardwaj That's a good question. When the key is missing from the `conf/broker.conf` file, you can add the configs to `broker.configData` with a key starting with `PULSAR_PREFIX_`. It's due to the Python script https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/apply-config-from-env.py which is used to apply the configuration from the environment. The Apache Pulsar Helm chart uses this script. GitHub link: https://github.com/apache/pulsar/discussions/19276#discussioncomment-10383656 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
