-
Notifications
You must be signed in to change notification settings - Fork 728
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
Quickstarts diagrams update #4430
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
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 changes
- SmartDetectorActor should be SmokeDetectorActor - See https://docs.dapr.io/getting-started/quickstarts/actors-quickstart/ in the code
- For Service Invocation it should say Name Resolution instead of DNS. DNS is one example in Kubernetes, but Name Resolution is general component. For example when used locally (no kubernetes) this is not DNS.
The rest look good
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 more suggestions to put labels on arrows and naming
- Cron and Postgres bindings have lost the "input" and "output" labels
- On configuration add "Get or Save Key/Value"
- On Secret API 1) Between App and Dapr add GetSecret for the call 2) This was called OrderProcessor and now has been called MyApp. I would revert the name to Order Processor.
Signed-off-by: Hannah Hunter <[email protected]>
…o issue_4219-3
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.
LGTM
Description
Update diagrams to match style in the new Dapr diagrams deck
Issue reference
PR will close: #4219