spring-cloud / spring-cloud/spring-cloud-consul
Add catalog-services-watch to ide metadata
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 822
- Forks
- 539
- Avg merge
- 9h 31m
- Merged PRs (30d)
- 7
Description
spring-cloud-consul-discovery-2.1.4.RELEASE.jar
ConsulCatalogWatchAutoConfiguration reads property:
spring.cloud.consul.discovery.catalog-services-watch.enabled
The only file that works with similar config is ConsulDiscoveryProperties
which defines:
spring.cloud.consul.discovery
but does not include:
spring.cloud.consul.discovery.catalog-services-watch
as a result IDE (eclipse) validation tools show validation warning for:
spring.cloud.consul.discovery.catalog-services-watch.enabled
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 locating ConsulDiscoveryProperties and the configuration metadata used by IDE validation, then trace how spring.cloud.consul.discovery properties are represented. Verify that catalog-services-watch.enabled is included and confirm the Eclipse validation warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100