thetumbled commented on PR #21011:
URL: https://github.com/apache/pulsar/pull/21011#issuecomment-1694927378

   May be we should decide on which optimization direction to choose? 
@hangc0276 @codelipenghui @heesung-sn 
   First of all, we should add bundle filtering logic in 
`ModularLoadManagerImpl`, which rely on zk. 
   There are two ways to filtering bundles, topK like `ExtensibleLoadManager` 
or throughput-based logic?
   Secondly, should we add throughput-based logic into `ExtensibleLoadManager`?
   
   **The simplest implementation to avoid new configuration, we can reuse 
`loadBalancerMaxNumberOfBundlesInBundleLoadReport` in `ExtensibleLoadManager`, 
add topK mechanism to `ModularLoadManagerImpl`, which do not need a PIP.**


-- 
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]

Reply via email to