spring-cloud / spring-cloud/spring-cloud-config
client has multi config-servers support?
Open
Nobody has claimed this yet.
enhancement
waiting for votes
- Dominant language
- Java
- Stars
- 2k
- Forks
- 1.3k
- Avg merge
- 2d 59m
- Merged PRs (30d)
- 16
Description
Scenario: the company provides a globally unified config-server, but my project provide an internal config-server. Therefore, client needs to configure two or multi config-servers url.
I want a features of properties look like:
spring:
config:
import:
- optional:configserver:http://global-config-server:8888
- optional:configserver:http://project-config-server:8888
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
The issue does not name files, tests, or entry points. Start by locating the client handling for spring.config.import and existing config-server imports, then determine how multiple URLs should be resolved and tested; done means the two example config-server URLs can be configured and used together.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100