Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoden96 authored Aug 24, 2022
1 parent cbf1a43 commit 36759f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ pohranjivanja (two-phase commit).

### Sucessfull transaction commit
#### All Participants returned 'success' message back to Coordinator.
![This is an image](animation_success.gif)
![This is an image](anim_success.gif)

### Failed transaction commit - doing rollback
#### First Participant returned 'failed' message back to Coordinator.
![This is an image](animation_fail.gif)
![This is an image](anim_fail.gif)

### Failed transaction commit - no response from participant
#### Second Participant didn't return message back to Coordinator.
![This is an image](anim_no_response.gif)

## Run project
1. get the executable from [here](https://github.com/aeoden96-uni/transactions_java/releases/latest/download/transactions_java.jar)
Expand Down

0 comments on commit 36759f9

Please sign in to comment.