-
Notifications
You must be signed in to change notification settings - Fork 777
[1.18] HotReload: Configuration, Resiliency, and HTTPEndpoints #5067
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
base: v1.18
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,9 +1,9 @@ | ||||||
| --- | ||||||
| type: docs | ||||||
| title: "Updating components" | ||||||
| linkTitle: "Updating components" | ||||||
| title: "Updating resources" | ||||||
| linkTitle: "Updating resources" | ||||||
| weight: 300 | ||||||
| description: "Updating deployed components used by applications" | ||||||
| description: "Updating deployed components, configurations, resiliency, and HTTPEndpoints used by applications" | ||||||
| --- | ||||||
|
|
||||||
| When making an update to an existing deployed component used by an application, Dapr does not update the component automatically unless the [`HotReload`](#hot-reloading-preview-feature) feature gate is enabled. | ||||||
|
|
@@ -26,8 +26,11 @@ Unless the [`HotReload` feature gate is enabled](#hot-reloading-preview-feature) | |||||
| > This feature is currently in [preview]({{% ref "preview-features.md" %}}). | ||||||
| > Hot reloading is enabled by via the [`HotReload` feature gate]({{% ref "support-preview-features.md" %}}). | ||||||
|
||||||
| > Hot reloading is enabled by via the [`HotReload` feature gate]({{% ref "support-preview-features.md" %}}). | |
| > Hot reloading is enabled via the [`HotReload` feature gate]({{% ref "support-preview-features.md" %}}). |
Copilot
AI
Mar 10, 2026
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.
The link for “HTTPEndpoint” points to service-invocation-overview.md, which doesn’t mention HTTPEndpoints. Consider linking to the HTTPEndpoint-specific docs (for example the HTTPEndpoint spec/reference page) so readers land on relevant content.
| With the `HotReload` feature gate enabled, the Dapr sidecar also supports reloading [Configuration]({{% ref "configuration-overview.md" %}}), [Resiliency]({{% ref "resiliency-overview.md" %}}), and [HTTPEndpoint]({{% ref "service-invocation-overview.md" %}}) resources. | |
| With the `HotReload` feature gate enabled, the Dapr sidecar also supports reloading [Configuration]({{% ref "configuration-overview.md" %}}), [Resiliency]({{% ref "resiliency-overview.md" %}}), and [service invocation]({{% ref "service-invocation-overview.md" %}}) (HTTPEndpoint) resources. |
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 the list of resource types, Configuration and Resiliency are linked but HTTPEndpoint is not. For consistency (and to help navigation), consider linking “HTTPEndpoint” to its reference/how-to page as well.