The first part - Load balancing algorithm is completed, hope you enjoy it. The next part will be about delayed message process.
LogoLogo
CtrlK
Practical Optimization of Apache Pulsar
  • Practical Optimization of Apache Pulsar
  • Introduction
  • Chapter 1 Load Balancing Algorithm - Introduction
    • 1. Introduction
    • 2. Deficiencies of the Old Algorithms
    • 3. The Birth of AvgShedder
    • 4. Summary
  • Chapter 2 Load Balancing Algorithm - LoadSheddingStrategy
    • 1. ThresholdShedder
    • 2. OverloadShedder
    • 3. UniformLoadShedder
    • 4. Summary
  • Chapter 3 Load Balancing Algorithm - Placement Strategy
    • 1. LeastLongTermMessageRate
    • 2. LeastResourceUsageWithWeight
    • 3. Strategy Selection
    • 4. Summary
  • Chapter 4 Load Balancing Algorithm - Experimental Verification
    • 1. UniformLoadShedder + LeastLongTermMessageRate
    • 2. ThresholdShedder + LeastResourceUsageWithWeight
    • 3. Summary
  • Chapter 5 Load Balancing Algorithm - AvgShedder
    • 1. Scoring Algorithm
    • 2. Multiple Times Trigger
    • 3. Placement Strategy
    • 4. Production Effect
    • 5. Comparative Experiment
    • 6. Algorithm Rating
    • 7. Summary
  • Chapter 6 Load Balancing Algorithm - Practical Manual
    • 1. Configuration
    • 2. Monitoring
    • 3. Summary
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Chapter 4 Load Balancing Algorithm - Experimental Verification

3. Summary

In this chapter, we have thoroughly validated the defects of the old algorithm combination. In the next chapter, I will comprehensively introduce the design principles of AvgShedder and evaluate it using the same criteria, demonstrating its significant performance advantages.

Previous2. ThresholdShedder + LeastResourceUsageWithWeightNextChapter 5 Load Balancing Algorithm - AvgShedder

Last updated 3 months ago

Was this helpful?