Skip to content

Seata 2.3.0 Not support Eureka 2.x #7324

Open
@Lucas-Yu-Chen

Description

@Lucas-Yu-Chen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions