dedovicnermin / BANKINGPROJECT

Real-time payment application. Combines microservices to achieve event-driven functionality.
1 stars 1 forks source link

Ensure transfer message consumer is idempotent #19

Closed dedovicnermin closed 3 years ago

dedovicnermin commented 3 years ago

Safeguard from storing duplicate data

dedovicnermin commented 3 years ago

6b8ae0a432d92b7303b30acf674a5dce2e478331

dedovicnermin commented 3 years ago

Disabled test in PersistenceService test does not throw exception on duplicate entry

dedovicnermin commented 3 years ago

be52e6f9fcca5c4a31cc3ad14d45f717ced00cd0

Solved. Solution could be better. potentially with Persistable will prototype