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

   > Is it possible to avoid the new configurations?
   > 
   > For example, we already have 
`loadBalancerBundleUnloadMinThroughputThreshold=10`. Do we need to upload the 
bundle load report under this threshold? If not, maybe we can use the existing 
configuration to decide which bundle should be included in the load report.
   
   Currently, only `ThresholdShedder` use configuration 
`loadBalancerBundleUnloadMinThroughputThreshold`. The annotation is ambiguous.
   ```
       @FieldContext(
               dynamic = true,
               category = CATEGORY_LOAD_BALANCER,
               doc = "Bundle unload minimum throughput threshold (MB)"
       )
       private double loadBalancerBundleUnloadMinThroughputThreshold = 10;
   ```
   
   


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