I have custom microservices deployed on a VRT server, and I need to scale these microservices horizontally by running them on separate ports. Now, I want vConnect to distribute the load between the two instances of my microservices running on different ports.
How can this be achieved?