Problem
How can you provide services with location transparency and graceful recovery from failure without affecting consumers?
Solution
Implement the Virtual Endpoint pattern, wrapping multiple instances of the edge component to create a virtual endpoint that provides location transparency.
Be First to Comment