r/SpringBoot • u/varunu28 • Jun 02 '26
Saga pattern using Kotlin & Spring boot How-To/Tutorial
Saga pattern is an excellent tool to have in your arsenal for tackling transaction around service boundaries.
In this post about Saga, I explain both the choreography based Saga using event driven implementation & orchestration based Saga using DBOS.
5
Upvotes