I'm don't know of any implementations personally. It's not distributed transactions though - it's a series of separate transactions and if there is a rollback of the overall saga, compensating transactions are made to reverse the initially committed transactions.
On Sunday, August 10, 2014 10:34:24 AM UTC-4, Prakhyat Mallikarjun wrote: > > Hi Eric, > > Thanks.Can you share any available implementation of this approach? > > Is saga the only approach to solve this issue? > > Also can we achieve or distributed transactions with different akka > clusters involved? > > -prakhyat m m > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
