cdinescu / ride-sharing-app

0 stars 0 forks source link

Implement the SAGA orchestrator #12

Open cdinescu opened 3 years ago

cdinescu commented 3 years ago

From start to end, the ride sharing consists of distributed transactions. Thus the orchestrator shall use a BPM on top of Kafka asynchronous messaging.

cdinescu commented 3 years ago

Maybe try Camunda BPM?