Tag: EventDrivenArchitecture

How to Use Kafka for Event Streaming in a Microservices Architecture?

Reading Time: 7 minutes The world of creating real-time applications can get complex when we have to consider latency, fault tolerance, scalability, and possible data losses. Traditionally, web sockets were the go-to option when it came to real-time applications, but think of a situation whereby there’s server downtime. It means that there is a high risk of data loss […]

Back To Top