tag:github.com,2008:https://github.com/mrseal/DistributedSystem/releasesRelease notes from DistributedSystem2017-03-26T18:00:59Ztag:github.com,2008:Repository/86121240/1.0.22017-03-26T18:02:47ZVersion 1.0.2<p>Implement Load Balancer in GameCentre via Spring Cloud Netflix Ribbon</p>
<p>Server list of Calculated24Service is hardcoded (localhost:8090, localhost:8091, localhost:8092)</p>
<p>Ribbon automatially checks the health of Calculated24Service every 15s</p>mrsealtag:github.com,2008:Repository/86121240/1.0.12017-03-26T10:41:40ZVersion 1.0.1<p>There's only one server of Calculate24Service (localhost:8090)</p>
<p>GameCentre calls the REST interface of Calculate24Sevice with static IP address via JQuery ajax</p>mrseal