Lucas-Yu-Chen opened a new issue, #7324:
URL: https://github.com/apache/incubator-seata/issues/7324

   In Seata "EurekaRegistryServiceImpl" class
   
   The constructor used to create eurekaclient is only available in Eureka 
1.10.x
   Code as follow : 
   eurekaClient = new DiscoveryClient(applicationInfoManager, new 
DefaultEurekaClientConfig());
   
   Not Support the Eureka 2.0.3
   The Constructor have been changed with 3 parameters as follow 
   DiscoveryClient(ApplicationInfoManager applicationInfoManager, 
EurekaClientConfig config, TransportClientFactories transportClientFactories)


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