jan-gerling / FLOCKA

1 stars 1 forks source link

Transaction Protocol #4

Open jan-gerling opened 5 years ago

jan-gerling commented 5 years ago

Choose with protocol to implement for our project:

Implement the protocol

PSilvestre commented 5 years ago

For sagas we still have to make sure certain operations are idempotent (increaseCredit, decreaseStock). this is easily done by persisting a HashSet of transactionOperationIds. Im working on this.

PSilvestre commented 5 years ago

Calculate max timeout from Saga to give to SEC