Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete movie in an async way #2

Open
abuzaforfagun opened this issue Aug 30, 2024 · 0 comments
Open

Delete movie in an async way #2

abuzaforfagun opened this issue Aug 30, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@abuzaforfagun
Copy link
Owner

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
@abuzaforfagun abuzaforfagun added the good first issue Good for newcomers label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant