You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /movies/{id} [delete] is responsible for deleting the movie and it's genre. (it also should delete reviews/mark them as obsolete. that is also missing)
Please extend the feature to delete in an async way:
Do the verification, and return (202 - Accepted) status code to the end user.
Trigger an event about movie deletion
Movie consumer, review consumer, actor consumer and user consumer should listen to that movie and remove the related items from the database
The text was updated successfully, but these errors were encountered:
Currently
/movies/{id} [delete]
is responsible for deleting the movie and it's genre. (it also should delete reviews/mark them as obsolete. that is also missing)Please extend the feature to delete in an async way:
The text was updated successfully, but these errors were encountered: