You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/19 03:27:00 UTC

[GitHub] [inlong] vernedeng commented on pull request #5595: [INLONG-5101][DataProxy] Optimize load balancing for DataProxy

vernedeng commented on PR #5595:
URL: https://github.com/apache/inlong/pull/5595#issuecomment-1220205495

   RoundRobin is the best load balance algorithm in the case of high load and irregular data.
   While Consistent Hash is usually applied in the case of low load or regular data to make sure that all familiar data will be sent to the same server


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org