Inbox Pattern with SpringBoot Kotlin and Kafka
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 ...