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.