Transaction management #3
SFarhanizade
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about transaction management in clean architecture.
For example, in this method you first ensured if the car is available, then you booked the car if everything is Okay, but there is a transactional problem in here. What if another request books the car at the same time? One of the requests may fail or the data may become corrupted. I want to know that how can you solve this problem with transaction management in clean architecture.
By the way, thank you for this great repository.
Beta Was this translation helpful? Give feedback.
All reactions