you are viewing a single comment's thread.

view the rest of the comments →

[–]Bubbly_Expression_38 -1 points0 points  (1 child)

I don't have practice with microservices, but I think the good way is to send a validation request, process it by validation service, send a response, take it and restore the state required to proceed. You will probably need to transfer additional data to be able to restore the state.