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

feat: adding virtual-worker to process orders #2

Merged
merged 1 commit into from
Jun 3, 2023
Merged

feat: adding virtual-worker to process orders #2

merged 1 commit into from
Jun 3, 2023

Conversation

pauldotyu
Copy link
Contributor

Purpose

  • Adds a virtual worker to process orders off rabbitmq and save in mongodb

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Open repo in Codespace
docker compose up
  • Use the test.http file to post orders and process orders

  • Test the code

# use mongosh and connect to orderdb
use orderdb

db.orders.find()

What to Check

Verify that the following are valid

  • Orders exist in the orderdb.orders collection

Other Information

@pauldotyu pauldotyu merged commit 18bfce2 into Azure-Samples:main Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant