apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.33k stars 8.78k forks source link

How about change zookeeper client from zkClient to curator-client #3655

Open spilledyear opened 3 years ago

spilledyear commented 3 years ago

公司里面所有的应用统一使用curator作为zookeeper客户端,如果接入了seata,需要单独引入 zkClient。

从便捷性的角度来看,curator也挺合适的

funky-eyes commented 3 years ago

如果有用户公司统一使用了zkClient时呢?我们又改回去?考虑改成curator时如何向下兼容,或者兼容二者更为合适