The Wayback Machine - https://web.archive.org/web/20201201104300/https://github.com/alibaba/nacos/issues/2272
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch offline service based on IP address #2272

Open
A-CiKe opened this issue Jan 8, 2020 · 5 comments
Open

Batch offline service based on IP address #2272

A-CiKe opened this issue Jan 8, 2020 · 5 comments

Comments

@A-CiKe
Copy link

@A-CiKe A-CiKe commented Jan 8, 2020

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?

@A-CiKe A-CiKe changed the title 根据IP地址批量下线服务 Batch offline service based on IP address Jan 8, 2020
@kkyeer
Copy link

@kkyeer kkyeer commented Feb 7, 2020

@i will solve it@

@kkyeer
Copy link

@kkyeer kkyeer commented Feb 17, 2020

To archive this goal,here is my plan:
Add a new menu under ServiceManagement which provide Instances crud,one can search Instances by ip/domain and port etc.By providing batch select/disable button,one can disable all services of specific ip.
图片
Is this a acceptable solution?Or please tell me what I should do next.

@A-CiKe
Copy link
Author

@A-CiKe A-CiKe commented Feb 17, 2020

To archive this goal,here is my plan:
Add a new menu under ServiceManagement which provide Instances crud,one can search Instances by ip/domain and port etc.By providing batch select/disable button,one can disable all services of specific ip.
图片
Is this a acceptable solution?Or please tell me what I should do next.

I agree with you, thank you

@kkyeer kkyeer mentioned this issue Mar 22, 2020
0 of 5 tasks complete
@chuntaojun
Copy link
Collaborator

@chuntaojun chuntaojun commented Mar 22, 2020

To archive this goal,here is my plan:
Add a new menu under ServiceManagement which provide Instances crud,one can search Instances by ip/domain and port etc.By providing batch select/disable button,one can disable all services of specific ip.
图片
Is this a acceptable solution?Or please tell me what I should do next.

I think it would be better to add the service name

@kkyeer
Copy link

@kkyeer kkyeer commented Apr 17, 2020

To archive this goal,here is my plan:
Add a new menu under ServiceManagement which provide Instances crud,one can search Instances by ip/domain and port etc.By providing batch select/disable button,one can disable all services of specific ip.
图片
Is this a acceptable solution?Or please tell me what I should do next.

I think it would be better to add the service name

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.