Skip to content

v0.0.1

Pre-release
Pre-release

Choose a tag to compare

@wangqj wangqj released this 07 Nov 01:58
· 655 commits to master since this release

Features

open source

  • Spring Cloud use ServiceComb-Service-Center to implement registration and discovery:
    No need to change the code, just modify the individual configuration files(application.yml) to complete the migration.
    Multiple Service-Centers can be launched and the client will select one of the healthy Service-Centers to make the call.

Huawei Cloud

  • Spring Cloud use ServiceStage to implement registration and discovery:
    No need to change the code, just modify the individual configuration files(application.yml) to complete the migration.

  • Spring Cloud use ServiceStage to implement Distributed Transaction:
    (Distributed Transaction Management, DTM) is a product that addresses consistency issues in a distributed environment.

  • Spring Cloud uses ServiceStage distributed configuration service:
    Support for getting configuration from the server, and dynamic updates, following the way of Spring Cloud.