You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/14 07:32:55 UTC

[GitHub] [dubbo] kylixs commented on pull request #9015: [3.0] change getRegistries return type to HashSet for unique, close zookeeper client that is no long used by any application

kylixs commented on pull request #9015:
URL: https://github.com/apache/dubbo/pull/9015#issuecomment-943091478


   The relationship between zk client and Application is a bit complicated to maintain. The number of Dubbo applications running on one JVM process is not very large, and it seems that there is no problem to not share zk client at all. Why not simplify it? Change `ZookeeperTransporter` to application scope, and then destroy the ZookeeperTransporter instance when the Application stops.


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org