Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels