Hi team, As mention in this issue<https://github.com/apache/incubator-eventmesh/issues/333>, at present, if we use HTTP SDK to publish a message, the producer will use random strategy to select the target server host, this may work well in most scenarios. But sometimes if the servers have different hardware we may want to use the weighted polling method to select the server.
So I suggest adding additional load strategy to choose server in SDK. Best wish, Wenjun Ruan
