The idea of microservices is to have distinct applications that have specialised tasks. The tasks can be combined to satisfy the requirements of disparate requests. When there is a combination of microservices combined to satisfy… »
There are two parts to allowing access to resources Authentication, the act of ensuring that the entity requesting access is whom they claim to be. This is usually achieved via an account name and some… »
Inter service communication is problematic, you can never be sure whether the other service got your message, errored, or failed in some way to respond. When networks are involved the problem is exacerbated. When a… »
One of my pet bug-bears is inter-service communication policies adopted by companies when it comes to microservice architecture. I don’t think I am ever going to understand why a company might mandate a one size… »