I have 3 servers AAA, BBB, CCC hosted web.api when API called from a client I want the process some special parameterized request into a specific server for example if the request contains parameter like AA then process into AAA, and BB then process into BBB and if DDD then process into any server based on round robin or least workload.
And return a response to the client.
How it possible to achieves through akka.net or C# using distributed computing?