Tag: Event driven
-
Resiliency in distributed systems
Posted on May 15, 2018, Level beginner Resource Length long
Rajeev Bharshetty neat article about why we need consider resiliency in software development. Resiliency of a system is directly proportional to its up-time and availability. The more resilient the systems, the more available it is to serve users.
Tags event-driven software-architecture programming
-
Developing a deeper understanding of Apache Kafka architecture
Posted on May 1, 2018, Level beginner Resource Length short
Insidebigdata team wrote this article in which they provide 30,000 feet overview of Apache Kafka architecture. Kafka, the distributed streaming platform, features an architecture that provides application messaging that is very clear.
Tags software-architecture event-driven messaging
-
Event-driven architecture is not just about events!
Posted on February 21, 2018, Level beginner Resource Length medium
Frans van Buul another look at event-driven architecture for a perspective you might not have seen to learn about messaging patterns, coupling, and more. Author has seen some stuff happening in this area which he believes to represent an anti-pattern.
Tags software-architecture event-driven programming devops
-
Event-driven architectures & AsyncAPI
Posted on February 6, 2018, Level beginner Resource Length short
Fran Mendez article about event-driven architecture. Engineers, often forget that APIs are not just HTTP APIs. API stands for "Application Programming Interface". It's exactly the "Interface" where author wants to focus.
Tags software-architecture event-driven messaging