lowjiahie commented on issue #7352: URL: https://github.com/apache/incubator-seata/issues/7352#issuecomment-3048050784
> https://github.com/apache/incubator-seata/blob/2.x/config/seata-config-nacos/src/main/java/org/apache/seata/config/nacos/NacosConfiguration.java#L100 你应该在这个位置打一个断点,查看是否有拉取到对应的配置。 You should set a breakpoint at this location to check if the corresponding configuration has been pulled. 我已经打断点了 我要怎么判断 是已经拉取到对应的配置 他拉取了是null 是这样排查吗? 接下来我应该怎么解决? I’ve already set a breakpoint. How can I determine whether the correct configuration has been fetched? If the fetched result is null, is this the right way to troubleshoot? What should I do next to resolve this? <img width="1101" height="507" alt="Image" src="https://github.com/user-attachments/assets/599b34ac-7174-45c1-b90d-ec88ce505101" /> <img width="1232" height="153" alt="Image" src="https://github.com/user-attachments/assets/36c5ab3a-b9fc-48ea-bc25-f4e85ea4b223" /> 因为如果我没有用docker 来 部署nacos 和 seata,而是用脚本local startup 他是能拉取到配置的 Because if I don't use Docker to deploy Nacos and Seata, and instead start them locally via script, then the configuration can be fetched successfully. -- 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]
