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

   这是我的依赖信息
   
   
   <spring.cloud.version>2023.0.3</spring.cloud.version>
   
   <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
   </dependency>
   
[cid:56f3f9d0-490f-43ac-a070-6786a0f3b648]从图中可以看到,此依赖中使用的zk客户端是curator5的版本,可以正常连接,在这里去换zookeeper的版本可能并不是一种好的选择
   ________________________________
   发件人: Lei Zhiyuan ***@***.***>
   发送时间: 2024年8月22日 10:13
   收件人: apache/incubator-seata ***@***.***>
   抄送: Xieyinfeng101 ***@***.***>; Mention ***@***.***>
   主题: Re: [apache/incubator-seata] 当使用jdk21的时候,seata无法连接到zookeeper (Issue 
#6772)
   
   
   你的问题可能是你的项目中
   
               <groupId>org.apache.zookeeper</groupId>
               <artifactId>zookeeper</artifactId>
               <version>3.5.9</version>
           </dependency>
   
   
   这个包依赖有冲突,最终运行使用了低版本的,你可以排除验证下。
   
   ―
   Reply to this email directly, view it on 
GitHub<https://github.com/apache/incubator-seata/issues/6772#issuecomment-2303543848>,
 or 
unsubscribe<https://github.com/notifications/unsubscribe-auth/BH6XZID75VIOMGUZ6QBISIDZSVCM3AVCNFSM6AAAAABMZSNAZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTGU2DGOBUHA>.
   You are receiving this because you were mentioned.Message ID: ***@***.***>
   


-- 
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