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