Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 437 Bytes

service-registry.adoc

File metadata and controls

7 lines (6 loc) · 437 Bytes

Service Registry Implementation

In Kubernetes service registration is controlled by the platform, the application itself does not control registration as it may do in other platforms. For this reason using spring.cloud.service-registry.auto-registration.enabled or setting @EnableDiscoveryClient(autoRegister=false) will have no effect in Spring Cloud Kubernetes.