Asynchronous Request and Reply
When we talk about Cloud Applications, Micro-services often come to mind. This is an architecture style where multiple micro-services i.e. remote APIs or thi...
When we talk about Cloud Applications, Micro-services often come to mind. This is an architecture style where multiple micro-services i.e. remote APIs or thi...
Move configuration information out of the application deployment package to a centralised location. This can provide opportunities for easier management and ...
There are situations where failures can be caused by unexpected situations and take relatively longer to fix. Retry or waiting for the request to timeout may...
Implement a façade or adapter layer between different subsystems that don’t share the same semantics. This layer translates requests that one subsystem makes...
Create helper services that send network requests on behalf of a consumer service or application. An ambassador service can be thought of as an out-of-proces...