merlimat commented on issue #12812:
URL: https://github.com/apache/pulsar/issues/12812#issuecomment-971805730
👍 This is precisely what I wanted to do next on the `ZKMetadataStore`
implementation.
Also, I believe this could be generalized across multiple backend
implementations, so we could add a `AbstractBatchedMetadataStore extends
AbstractMetadataStore`.
Regarding configuration, I think we should keep it generic for different
implementations:
* `metadataStoreBatchingEnable=true`
* `metadataStoreBatchingMaxDelayMillis=5`
* `metadataStoreBatchingMaxOperations=100`
* `metadataStoreBatchingMaxSizeKb=128`
--
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]