alibaba/nacos

Batch offline service based on IP address

Open

#2,272 建立於 2020年1月8日

在 GitHub 查看
 (18 留言) (12 反應) (0 負責人)Java (32,948 star) (13,279 fork)batch import
area/Nacos consolegood first issue

描述

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?

貢獻者指南