luoluoyuyu commented on PR #3795:
URL: https://github.com/apache/streampipes/pull/3795#issuecomment-3462673405

   Hi @dominikriemer , the load balancer has some configurations added as 
follows:
   LOAD_MANAGER_ENABLE  is Master switch:  
   - `true` (default) – ExtensibleLoadManager is instantiated at startup; all 
load-balancing and traffic-migration features are active.  
   - `false` – Selector/Migrator initialization is skipped; dynamic load 
management is disabled and the service falls back to static or default routing.
   
   | Configuration Key | Legal Value (case-sensitive) | Meaning |
   |-------------------|------------------------------|---------|
   | SELECTOR | WeightedRandomSelector | Weighted random |
   | | MinimumLoadSelector | Least-loaded |
   | | WeightedFirstSelector | Weighted first |
   | MIGRATOR | TransferMigrator | Manual transfer |
   | | OverloadMigrator | Overload-based migration |
   | | ThresholdMigrator | Threshold-based migration | 


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