spring-cloud / spring-cloud/spring-cloud-consul
Support search locations similar to spring cloud config
Nobody has claimed this yet.
- 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
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 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