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

   我尝试着这样做了,但报错和原来一模一样
   ________________________________
   发件人: Lei Zhiyuan ***@***.***>
   发送时间: 2024年8月22日 11:18
   收件人: apache/incubator-seata ***@***.***>
   抄送: Xieyinfeng101 ***@***.***>; Mention ***@***.***>
   主题: Re: [apache/incubator-seata] 当使用jdk21的时候,seata无法连接到zookeeper (Issue 
#6772)
   
   
   <groupId>com.101tec</groupId>
           <artifactId>zkclient</artifactId>
           <version>0.11</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.zookeeper</groupId>
                       <artifactId>zookeeper</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>org.apache.zookeeper</groupId>
               <artifactId>zookeeper</artifactId>
               <version>3.5.9</version>
           </dependency>
   
   
   你把你引入com.101tec的这个地方,改成这个就行了。
   
   ―
   Reply to this email directly, view it on 
GitHub<https://github.com/apache/incubator-seata/issues/6772#issuecomment-2303595213>,
 or 
unsubscribe<https://github.com/notifications/unsubscribe-auth/BH6XZIAU4LQLNWVCAZ2NQQ3ZSVJ7FAVCNFSM6AAAAABMZSNAZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTGU4TKMRRGM>.
   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