Event sourcing with Spring Boot, Kafka and jOOQ
Event-Driven Architecture in Practice: Implementing event sourcing with Spring Boot and Kafka
One way of building resilient, scalable, and maintainable applications is use event sourcing. The event sourcing become a powerful architectural pattern. In classical approach we have only current state of application. On other hands in the event sourcing persist every state change as event. With this method we have complete history of chan…
Keep reading with a 7-day free trial
Subscribe to Egor’s Substack to keep reading this post and get 7 days of free access to the full post archives.


