spring-cloud / spring-cloud/spring-cloud-consul

Support search locations similar to spring cloud config

Open
#484 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
822
Forks
539
Avg merge
9h 31m
Merged PRs (30d)
7

Description

how to configurate multiple config names so that I'm abled to use multiple keys from consul config to start my project? like this:
spring.cloud.consul.config.name=mysql,rabbitmq,zipkin,${spring.application.name}
then, I can read multiple key's value to configurate my project?

Official introduction is
config/testApp,dev/ config/testApp/ config/application,dev/ config/application/

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

Start by tracing the existing Consul configuration handling for config names and compare it with the documented paths in the issue. Define completion as supporting multiple names such as mysql, rabbitmq, zipkin, and the application name, with values from each location available during project startup.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring, spring-boot
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.