spring-cloud / spring-cloud/spring-cloud-config

client has multi config-servers support?

Open
#1,975 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.