leizhiyuan commented on issue #6772:
URL: 
https://github.com/apache/incubator-seata/issues/6772#issuecomment-2304128953

   > > 我这边是mac,看这个样子可能跟操作系统有关。
   > > 其他条件完全相同。后续seata使用curator 来替换看看。
   > 
   > 
我支持这个主意,我认为我们可以直接替换为curator,zkclient太过老旧,但是我记得curator5.x开始,3.4的zk与之是不兼容的,这块是否需要考虑兼容低版本zk?dubbo侧是直接升级成curator5.x了,看样子是没有打算继续兼容低版本zk。
 I support this idea. I think we should directly switch to Curator, as ZkClient 
is quite outdated. However, I remember that starting from Curator 5.x, it is 
not compatible with ZooKeeper 3.4. We need to consider whether to maintain 
compatibility with older versions of ZooKeeper. On the Dubbo side, it has been 
upgraded to Curator 5.x, and it seems there is no intention to continue 
supporting older versions of ZooKeeper.
   
   
嗯,如果想兼容,那么就将内部这个先替换为curator4,这样在某个版本发布的时候,作为一个变更点,用户引入curator依赖即可,代码层面也不需要同时保留zkclient和curator4,这个带来的复杂度不太值得,如果不想兼容,我们就一次到位,升级到curator5,在这个版本中,需要用户升级zk。


-- 
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-unsubscr...@seata.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to