Describe the bug when i set spring.cloud.config.discovery.enabled=true i found org.springframework.cloud.client.discovery.DiscoveryClient will be stoped if use @Autowired DiscoveryClient discoveryClient; you will never get new instances because of the eurekaClient is stoped
in this EurekaDiscoveryClientConfigServiceAutoConfiguration.java is this early eurekaClient can be removed from Context instead of stop?
version==> 2.2.0.RELEASE ~~ i am going to test 2.2.9
Comment From: dummyxiao
already fixed