Osusara KammalawattaEvent Sourcing: The Ultimate Guide for Software EngineersEvent Sourcing is an architectural pattern where state changes are stored as a series of immutable events, instead of updating a DB record.Mar 10
Emre AkınKafka Exception Handling and Retry MechanismKafka is a message broker where you can listen to and process messages in real time. Each message is expressed with offsets in Kafka…Mar 28, 20243
AKOur Event-Driven Architecture Handles 2M Events/Second After This One Crucial ChangeThree months ago, our event-driven microservices architecture was falling apart. Message ordering was inconsistent, event handlers were…Feb 231Feb 231
Emre AkınKafka ArchitectureIn my previous article, we talked about what Kafka is, its advantages, disadvantages and usage areas. Now we will talk about Kafka’s…Nov 18, 20232Nov 18, 20232
Kaundal K KDetailed Analysis of Top Platforms’ Event-Driven Microservices ApproachNot a member? click here to read this story for free!Feb 24Feb 24
Osusara KammalawattaEvent Sourcing: The Ultimate Guide for Software EngineersEvent Sourcing is an architectural pattern where state changes are stored as a series of immutable events, instead of updating a DB record.Mar 10
Emre AkınKafka Exception Handling and Retry MechanismKafka is a message broker where you can listen to and process messages in real time. Each message is expressed with offsets in Kafka…Mar 28, 20243
AKOur Event-Driven Architecture Handles 2M Events/Second After This One Crucial ChangeThree months ago, our event-driven microservices architecture was falling apart. Message ordering was inconsistent, event handlers were…Feb 231
Emre AkınKafka ArchitectureIn my previous article, we talked about what Kafka is, its advantages, disadvantages and usage areas. Now we will talk about Kafka’s…Nov 18, 20232
Kaundal K KDetailed Analysis of Top Platforms’ Event-Driven Microservices ApproachNot a member? click here to read this story for free!Feb 24
Emre AkınKafka Producer and ConsumerI talked about Kafka architecture in my previous article. In this article, I will talk about the issues of producer and consumer with…Nov 26, 20232
Mr.PlanBKafka, KEDA, and Numaflow: The Evolving Landscape of Event-Driven Apps on KubernetesEvent-driven architectures are becoming more popular as apps need to respond to events in real-time. Whether it’s tracking financial…Feb 192
Emre AkınKafka ConnectorsKafka Connect is the structure that enables data flow between external systems and Kafka. This external system includes a database…Jan 9, 20241