You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/17 17:37:45 UTC

[GitHub] [pulsar] merlimat commented on issue #12812: Optimize zookeeper client performance for loading amounts of topics.

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org