GitHub user lhotari added a comment to the discussion: How to set up Broker
config and other configs like bookie etc
> Should I add the key :
> PULSAR_PREFIX_loadBalancerSheddingEnabled= true
> to charts/pulsar/templates/broker-configmap.yaml in pulsar helm repo ?
No. For Helm charts, you usually pass a value.yaml file to configure the
options.
In your values.yaml, you could do this:
```yaml
broker:
configData:
loadBalancerSheddingEnabled: "true"
```
You don't need to have `PULSAR_PREFIX_` as the prefix for the key since
`loadBalancerSheddingEnabled` exists in the default `conf/broker.conf` file in
the docker image.
GitHub link:
https://github.com/apache/pulsar/discussions/19276#discussioncomment-10384160
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]