Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Add note on Config Client support. #1107

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

OlgaMaciaszek
Copy link
Contributor

No description provided.

@OlgaMaciaszek OlgaMaciaszek added the type: documentation A documentation task label Sep 29, 2021
@OlgaMaciaszek OlgaMaciaszek added this to the 0.11.0-M1 milestone Sep 29, 2021
@@ -102,6 +102,8 @@ NOTE: When using Spring Native, `spring.cloud.refresh.enabled` is set to `false`

NOTE: Spring Cloud Bootstrap is no longer supported.

NOTE: While building a project that contains Spring Cloud Config Client, it is necessary to make sure that the configuration data source that it connects to (such as, Spring Cloud Config Server, Consul, Zookeeper, Vault, etc.) is available. For example, if you retrieve configuration data from Spring Cloud Config Server, make sure you have its instance running and available at the port indicated in the Config Client setup.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we explain why that's necessary, something like "The application context is optimized at build time and requires the target environment to be resolved" or something like that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. will add.

Copy link
Contributor

@sdeleuze sdeleuze left a comment

Choose a reason for hiding this comment

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

Could you please provide more context as suggested by Stéphane?

@sdeleuze sdeleuze merged commit 341628e into spring-attic:main Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: documentation A documentation task
Development

Successfully merging this pull request may close these issues.

3 participants