kylixs commented on issue #9207: URL: https://github.com/apache/dubbo/issues/9207#issuecomment-967798518
It seems misunderstanding of `includeSpringEnv` of `config-center`, please see the example: [dubbo-samples-configcenter-externalconfiguration](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-configcenter/dubbo-samples-configcenter-externalconfiguration). At the same time, `dubbo.config-center.include-spring-env` was not processed correctly, and external configuration was not loaded correctly from Spring Environment. **Temporary solution: Define `config-center` through xml/java bean.** This bug will be fixed in 3.0.x, and the 2.7.x may not be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
