Yuukadesu commented on PR #3795: URL: https://github.com/apache/streampipes/pull/3795#issuecomment-3455339529
This PR has realized the discussion https://github.com/apache/streampipes/discussions/2552 In this PR, I added LoadBalancer to load balance StreamPipes. Specifically: First, three allocation algorithms are used: weighted random algorithm, minimum resource allocation rate algorithm and weight first allocation algorithm to achieve pipeline allocation. After allocation, migration algorithms such as threshold migration, overload migration, and unified load migration will be used to perform pipeline migration operations when the program is running to ensure load balance of all extended services. In addition, I added indicators to monitor the load balancer, which enables me to observe the number of adapters and pipelines for each service and the time spent on each migration operation. -- 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]
