lhotari opened a new pull request #10216: URL: https://github.com/apache/pulsar/pull/10216
### Motivation PR #7078 introduced preciseTopicPublishRateLimiterEnable setting, but this setting is missing from `broker.conf`. The impact of this is that it is required to use `PULSAR_PREFIX_preciseTopicPublishRateLimiterEnable: "true"` in `values.yaml` to enable the setting. It would be more consistent with other settings if `preciseTopicPublishRateLimiterEnable: "true"` could be used. ### Modifications Add `preciseTopicPublishRateLimiterEnable=false` to `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. For queries about this service, please contact Infrastructure at: [email protected]
