Closed aspiringpawan closed 5 years ago
Do you see your service in /v1/catalog/services
?
Yes. All registered services in eureka is showing but response is like :{"API-GATEWAY":[],"CONFIG-SERVER":[]}. Apart from adding dependency for eureka-consul-adapter . is there any configuration property required to be added ?
try /v1/catalog/service/API-GATEWAY
. the service name is case-sensitive.
Thanks. It's working.
Hello,
I am using eureka-consul-adapter version 1.0.0 and facing issue while accessing endpoint "/v1/catalog/service/my-service" returning empty[] as response. Using Spring boot 2.0.6 and Spring cloud version Finchley.Release.