Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Batch offline service based on IP address #2272
Comments
|
@i will solve it@ |



Issue Description
Type: feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
When Dubbo is registered, it is registered according to the interface. If you want to logoff all interfaces provided by a service. It's too painful to search for only one interface, then enter the details, and then go offline. If you can provide a query service based on IP and keywords, it's good to close in batch.
This may be caused by the registration mechanism of Dubbo itself. Today, we see that the registration mechanism of Dubbo 2.7.5 is changed to register according to the service. It hasn't been verified yet.
PS:dubbo注册的时候,是按照接口注册的。如果要下线一个服务提供的所有接口。只能一个接口一个接口的搜索,再进入详情,然后下线,这个太痛苦了。如果能提供一个按照ip和关键字查询服务,批量进行关闭就好了 。这个可能是dubbo本身的注册机制引起的,今天看见dubbo 2.7.5注册机制改为按照服务注册了 。还没来得及验证。
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
nacos 1.1.3
Anything else we need to know?