Files
spring-cloud-consul/.gitignore
Spencer Gibb db62855c22 More efficient ServerListFilter.
Discovery now uses /v1/health/service/<serviceId> rather than /v1/catalog/service/<serviceId> which provides health checks.

HealthServiceServerListFilter now uses the health check to return only PASSING servers.

This eliminates extra calls to consul.

fixes gh-116
2016-02-24 16:36:58 -07:00

15 lines
110 B
Plaintext

*~
#*
*#
.#*
.classpath
.project
.settings/
.springBeans
target/
_site/
.idea
*.iml
.factorypath
*.swp
/consul