-
Notifications
You must be signed in to change notification settings - Fork 726
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
[WIP] Update service invocation examples #3642
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
...developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
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.
Couple of comments
...developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md
Outdated
Show resolved
Hide resolved
orderId = random.randint(1, 1000) | ||
#Invoke a service | ||
result = requests.post( | ||
url='%s/orders' % (base_url), |
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.
In all the examples you are now showing how the /orders method on the order processing service is called. If that is the change then
1)The diagram at the start needs to change to be more like the Quickstart. In other words Checkout calls order processing, not the other way around currently in this article.
2) This Javascript example still shows checkout and not orders on the order-processing service
3) Check any changes in the other code
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
Signed-off-by: Hannah Hunter <[email protected]>
Description
Update code examples in service invocation how-to for using HTTP clients to align with quickstarts
Update dapr run commands to match
Issue reference
PR will close: #3599