lhotari opened a new issue, #23176: URL: https://github.com/apache/pulsar/issues/23176
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Bookkeeper's RocksDB configuration has moved from `conf/bookkeeper.conf` `dbStorage_rocksDB_*` config keys to `conf/entry_location_rocksdb.conf` and `conf/ledger_metadata_rocksdb.conf` files by default since Pulsar 2.11 / Bookkeeper 4.15 changes. There's currently no supported way to configure Bookkeeper RocksDB settings in Pulsar Kubernetes deployments. ### Solution Add a way to override RocksDB configuration with environment variables since that would be aligned with the current way that Pulsar Kubernetes configuration works. ### Alternatives _No response_ ### Anything else? related to #23175 ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
