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

Add catalog-services-watch to ide metadata

Open
#610 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.