spring-cloud / spring-cloud/spring-cloud-config
RestClient support for PropertySourceLocator
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 1.3k
- Avg merge
- 2d 59m
- Merged PRs (30d)
- 16
Description
As suggested by spring we are migrating towards RestClient for communicating on all downstream systems . However the configservicepropertylocator used for fetching application configuration for all profiles is tightly coupled with RestTemplate. There is no mechanism to switch underlying httpclient / work with available httpclients in spring containers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ConfigServicePropertyLocator and the RestTemplate coupling described in the issue; compare the requested RestClient path with the available HTTP clients in Spring containers. Done means the locator can use RestClient or switch the underlying HTTP client while fetching application configuration for all profiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100