-
Notifications
You must be signed in to change notification settings - Fork 361
Remove existing guidance on health endpoint #1617
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
Conversation
Signed-off-by: Whit Waldo <[email protected]>
alicejgibbons
left a comment
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.
Small verbiage changes!
| - For a full guide on output bindings visit [How-To: Use bindings]({{% ref howto-bindings.md %}}). | ||
|
|
||
| ### Retrieve secrets | ||
| Prior to retrieving secrets, it's important that the outbound channel be registered and ready or the SDK will be unable |
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.
| Prior to retrieving secrets, it's important that the outbound channel be registered and ready or the SDK will be unable | |
| Prior to retrieving secrets, it's important that the "outbound" channel to Daprd be registered and ready or the SDK will be unable |
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.
Outbound is from daprd to the application, not application to daprd.
| ### Retrieve secrets | ||
| Prior to retrieving secrets, it's important that the outbound channel be registered and ready or the SDK will be unable | ||
| to communicate bidirectionally with the Dapr sidecar. The SDK provides a helper method intended to be used for this | ||
| purpose called `CheckOutboundHealthAsync`. This isn't referring to outbound from the SDK to the runtime, so much as |
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.
| purpose called `CheckOutboundHealthAsync`. This isn't referring to outbound from the SDK to the runtime, so much as | |
| purpose called `CheckOutboundHealthAsync`. In this case "outbound" refers to the bi-directional communication channel established by Daprd reaching out to the client application using the SDK. |
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 isn't accurate - outbound is from Daprd to the client application. Some of the SDKs have a bidirectional channel (e.g. workflows, cryptography), but this isn't that. This is a one-way channel for Daprd to push messages out to the client application without necessitating that the client poll anything.
| Prior to retrieving secrets, it's important that the outbound channel be registered and ready or the SDK will be unable | ||
| to communicate bidirectionally with the Dapr sidecar. The SDK provides a helper method intended to be used for this | ||
| purpose called `CheckOutboundHealthAsync`. This isn't referring to outbound from the SDK to the runtime, so much as | ||
| outbound from the Dapr runtime back into the client application using the SDK. |
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.
| outbound from the Dapr runtime back into the client application using the SDK. |
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.
See previous (also, all these line breaks are there because my IDE doesn't wrap anything, so I manually wrap them at ~180 characters a line).
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Whit Waldo <[email protected]>
Description
Rewrote secrets management and health method sections
Issue reference
We strive to have all PR 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: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: