spring-cloud / spring-cloud/spring-cloud-consul
I hope to be able to load both key simultaneously
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 822
- Forks
- 539
- Avg merge
- 9h 31m
- Merged PRs (30d)
- 7
Description
I hope to be able to load two keys simultaneously. How can I write my yaml? Currently, I am using one key and can reload it. These two keys are in the same folder, and I hope to be able to load them simultaneously,
spring:
cloud:
consul:
host: 127.0.0.1
port: 8101
config:
enabled: true
default-context: routermgr
format: YAML
data-key: database
I also have a common key and I hope to load it simultaneously
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 names no source files or tests. Start by reviewing the existing Consul configuration loading behavior and the YAML properties shown, then determine whether multiple keys in the same folder are supported. Done should include a confirmed configuration approach or an explicit implementation and documentation for loading both keys simultaneously.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100