hengyuss opened a new issue, #6394: URL: https://github.com/apache/shenyu/issues/6394
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior now user use shenyu-spring-boot-starter-client-mvc can't register client to admin. it's cause by the variable ’isDiscoveryLocalMode‘ in AbstractContextRefreshedEventListener.java always is false. because the code <img width="1161" height="593" alt="Image" src="https://github.com/user-attachments/assets/8d2ff707-57b1-48d2-8606-b8f77a68894d" /> will after follow code, so that isDiscoveryLocalMode always is false <img width="1123" height="580" alt="Image" src="https://github.com/user-attachments/assets/579bb606-701f-49f6-8555-77811847f713" /> ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s): latest ``` ### Debug logs _No response_ ### Anything else? i will fix it -- 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]
