You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by George Vasilakis <ge...@gmail.com> on 2017/05/11 09:47:50 UTC

Implementing Sagas with Kafka

I am using Kafka for Event Sourcing and I am interested in implementing Sagas (or in general long-running distributed flows) using Kafka.

 I did some research but I could not find anything on the topic. 

 

There is plenty of information on Sagas but I feel an implementation using Kafka might involve several intricacies. 

Any best practices on how to do this?

 

Thanks.