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

Setup queue event listener #11

Closed
ldmi3i opened this issue Jul 17, 2022 · 1 comment · Fixed by #17
Closed

Setup queue event listener #11

ldmi3i opened this issue Jul 17, 2022 · 1 comment · Fixed by #17
Assignees
Labels
enhancement New feature or request released

Comments

@ldmi3i
Copy link
Collaborator

ldmi3i commented Jul 17, 2022

Here we need to:

  1. Add Rabbit MQ library
  2. Add Rabbit MQ connection package and struct
  3. Add QueueEvent listener struct to listen for incoming events and request downstream service

For completing this issue we need settings from issue: #10

I propose request message structure like that:

{
     "notify_user" : true,
     "url": "link to file"
}

And response message:

{
     "notify_user" : true,
     "api_spec_doc": "result model"
}

In case of error send message to API gateway error queue something like that:

{
     "message" : "Link validation failed"
}

"notify user" field is needed to just pass information to the downstream service (to indicate is user notification required about complete)

@ldmi3i ldmi3i added the enhancement New feature or request label Jul 17, 2022
ldmi3i pushed a commit that referenced this issue Jul 17, 2022
@ldmi3i ldmi3i added this to the Proof of concept milestone Jul 17, 2022
@ldmi3i ldmi3i self-assigned this Jul 23, 2022
@ldmi3i ldmi3i mentioned this issue Jul 31, 2022
10 tasks
@ldmi3i ldmi3i closed this as completed in #17 Aug 5, 2022
@github-actions
Copy link

github-actions bot commented Aug 5, 2022

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant