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

Add Resiliency section to QuickStarts README #780

Merged
merged 3 commits into from
Jan 31, 2023

Conversation

greenie-msft
Copy link
Contributor

Signed-off-by: Nick Greenfield nigreenf@microsoft.com

Description

Add a Resiliency section and link to the QuickStart README

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #751

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
README.md Outdated
@@ -18,6 +18,7 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
| [Secrets Management](./secrets_management/) | Securely fetch secrets |
| Actors | Coming soon... |
| [Configuration](./configuration) | Get configuration items as key/value pairs or subscribe to changes whenever a configuration item changes |
| [Resiliency](./resiliency) | Define and apply fault-tolerance policies (retries/back-offs, timeouts and circuitbreakers) to your Dapr API requests |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be circuit breakers (Two words)

README.md Outdated
@@ -18,6 +18,7 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
| [Secrets Management](./secrets_management/) | Securely fetch secrets |
| Actors | Coming soon... |
| [Configuration](./configuration) | Get configuration items as key/value pairs or subscribe to changes whenever a configuration item changes |
| [Resiliency](./resiliency) | Define and apply fault-tolerance policies (retries/back-offs, timeouts and circuit breakers) to your Dapr API requests |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| [Resiliency](./resiliency) | Define and apply fault-tolerance policies (retries/back-offs, timeouts and circuit breakers) to your Dapr API requests |
| [Resiliency](./resiliency) | Define and apply fault-tolerant policies (retries/back-offs, timeouts and circuit breakers) to your Dapr API requests |

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell msfussell merged commit 332ac44 into dapr:master Jan 31, 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.

Add Resiliency in the readme section
2 participants