Jason918 commented on issue #12812:
URL: https://github.com/apache/pulsar/issues/12812#issuecomment-971457605
> We'd better do not expose any zookeeper-specific configurations, it's
better to use metadata instead. And, can we avoid exposing such configurations
to users? We have more and move configurations, I think for this one we can
just keep it as default 5ms batch delay? @merlimat WDYT
- Totally +1 for stop adding more unnecessary configurations for users.
There is too much already. And normal user don't care about most of these
configuration at all. But there are always some corner cases user would have to
config these. Maybe we can introduce some kind of implicit configurations? One
form would be like setting these config through system properties :` final long
autoBatchZookeeperOpsMaxDelayMills =
Long.parseLong(System.getProperty("pulsar.xxx", "5"));`
- IMHO, metadata store configuration is a common issue. Like #12776 , There
are tons of configs in RocksDB, so I added a `metadataStoreConfigPath` to store
the meta data config in a separated file.
--
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]