Wweiei opened a new issue, #5844: URL: https://github.com/apache/shenyu/issues/5844
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In divide plugin, the selector's selector config、proxy_selector and discovery config will be sync to nacos, when use nacos as data sync center. When delete the selector, the relevant information for the selector should be delete at the same time. But currently, only the selector config has been removed, the proxy_selector and discovery config have not been deleted. 1、add one selector as follows, the selector id is 1866733538682441728.   2、nacos data.  3、delete selector, the proxy.selector config and discovery.divide config still exists.  ### Expected Behavior The divide selector's proxy.selector and discovery config should be deleted when the selector is deleted. ### Steps To Reproduce 1. check out to master branch and pull the lastest code. 2. use nacos as data sync center. 3. add one divide selector. 4. delete the selector. ### Environment ```markdown ShenYu version(s): branch master latest ``` ### Debug logs _No response_ ### Anything else? 1. The proxy.selector is deleted failed is due to the ProxySelectorDTO missing the id value and pluginName set the wrong value when unbindDiscovery . 2. When deleting the selector, there is no method to delete the discovery configuration. -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org