shenyu
shenyu copied to clipboard
[BUG] <title>When the service is restarted, websocket keeps refreshing the same configuration
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When the service is restarted, websocket keeps refreshing the same configuration. The reason seems to be that I changed the second-level path information. For example, change /test1/test2/test3 to /test1/test4/test3
Expected Behavior
No response
Steps To Reproduce
No response
Environment
ShenYu version(s):2.4。2
Debug logs

Anything else?
No response
This is not a bug, because spring cloud uses contextPath&"/**" to match paths, so how many RequestMapping addresses register with shenyu on the same path, which results in the same output in the log. This does not affect the use of shenyu. Thank you.