-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[enhance] Dynamically shutdown service in specific register #3932
Comments
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
Apr 30, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 7, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 7, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 15, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 15, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 15, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 22, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 22, 2019
cvictory
added a commit
to cvictory/dubbo
that referenced
this issue
May 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The developer can shutdown the service gracefully, refer to
http://dubbo.apache.org/en-us/docs/user/demos/graceful-shutdown.html .
My requirement is to shutdown the service but not to stop application. My application have two registration, I want to shutdown service in specific registration dynamically.
For example the app-A have two registrations including nacos and zookeeper, and I want to shutdown the service registered in nacos and keep service in zookeeper register.
The text was updated successfully, but these errors were encountered: