@drixst
Nothing here yet.
Nothing here yet.
Jan 10 路 3 min read 路 In the previous article, we explored the Outbox Pattern to guarantee that events are published reliably from a producer service. But publishing events safely is only half of the problem. 馃憠 What happens on the consumer side ? What if the same Kafka ...
Join discussionJan 7 路 5 min read 路 In a modern microservices architecture, services must communicate asynchronously, decoupled, and reliably. Apache Kafka has become a standard for event transport, but naive usage hides a major risk. 馃憠 How can we ensure that a Kafka event always repr...
Join discussion