laywin
laywin
i try to find some solutions in spring, like : https://github.com/spring-cloud/spring-cloud-sleuth/issues/1508 , there are basically three solutions: 1. mark @lazy on dependency 2. injection beanFactory, dynamic get bean to use...
seata 1.5.2 can't meet the situation, only generate tcc proxy. 2.0 have resolved the problem.
The temporary idea is:move [SeataPropertiesLoader](https://github.com/apache/incubator-seata/blob/2.x/server/src/main/java/io/seata/server/spring/listener/SeataPropertiesLoader.java) in server to seata-spring-autoconfigure-core and do some small adjustments
Currently it is asynchronous to find the server, there is a pr that fails quickly: https://github.com/seata/seata/pull/6004, this implementation is a little strange, though, didn't find the server will not fail...
currently, when update dynamic configuration in dubbo-admin, the key is only serviceName, no group and version to be registered in registry center. so it can't be matched. temporarily, You can...
> @laywin From my understanding, it's an issue of dubbo-admin. dubbo-admin registered the rule with a wrong id or match key which caused the Dubbo SDK cannot recognize the rule,...
This problem is that dubbo-admin don't registry group and version with key to the registration center. you will see sdk has the operation to parse group and version in ConfigParser#appendService...
> > > This is a misunderstanding caused by habitual thinking, perhaps because you're accustomed to data being passed in JSON format.   > >...