This talk explores why HTTP is not the best fit for microservice architectures and how it results in the need for complex cloud infrastructure components. This presents a different alternative using Redis pubsub and some other…
Browsing Category software architecture
Resiliency in microservices
Microservices One of the important aspects while building a system involving lot of micro-services is the ability to heal or contain failure. Resilience. How do you ensure resiliency, avoiding cascading failures in microservices? Let’s take an example. Client…