服务注册表实现
在 Kubernetes 中,服务注册由平台控制,应用程序本身不像在其他平台中那样控制注册。因此,在 Spring Cloud Kubernetes 中使用 spring.cloud.service-registry.auto-registration.enabled 或设置 @EnableDiscoveryClient(autoRegister=false) 将不会产生任何效果。
在 Kubernetes 中,服务注册由平台控制,应用程序本身不像在其他平台中那样控制注册。因此,在 Spring Cloud Kubernetes 中使用 spring.cloud.service-registry.auto-registration.enabled 或设置 @EnableDiscoveryClient(autoRegister=false) 将不会产生任何效果。