-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add eshop on recipes reference application #553
Conversation
@@ -5,5 +5,6 @@ Reference apps are templates that show a complete app. You are able to clone and | |||
| Reference app | Description | | |||
|---------------|-------------| | |||
| [eShop](./eshop) | A full retail microservices application. | | |||
| [eShop on Recipes](./eshop-recipes) | A full retail microservices application leveraging Radius recipes for infrastructure deployment and management | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of making this a separate app let's just go ahead and have one version of eshop that's Recipes. No need to retain the old one.
name: 'servicebus' | ||
parameters: { | ||
topicName: 'eshop_event_bus' | ||
subscriptions: ['Basket', 'Catalog', 'Ordering', 'GracePeriod', 'Payment', 'backgroundtasks', 'Ordering.signalrhub', 'Webhooks'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is suuuuuper cool 🔥
} | ||
|
||
|
||
// ROUTES ---------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sync with @nithyatsu about switching away from routes to the new dns-sd feature
|
closing in favor of #590 |
Continuation of #410