Skip to content

其他注册中心适配

Haotian Zhang edited this page Jun 30, 2023 · 1 revision

概述

Spring Cloud Tencent 的服务治理能力允许开发者使用其他注册中心配合使用,但由于数据接口的不同,需要引入插件来对齐其他注册中心的实例数据和北极星的实例数据结构,以便在北极星服务治理能力中正确运行。

目前支持的注册中心

  • Nacos

使用方式

1. 引入其他注册中心

2. 引入适配插件

<dependency>
    <groupId>com.tencent.cloud</groupId>
    <artifactId>spring-cloud-starter-tencent-discovery-adapter-plugin</artifactId>
</dependency>

Clone this wiki locally