-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0fdff7
commit 06065a7
Showing
5 changed files
with
71 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ weight: 1 | |
- [x] 配置查询 | ||
- [x] 配置监听 | ||
- nacos2.x | ||
- 注册发现 | ||
- [x] 实例注册 | ||
- [x] 服务发现 | ||
- [x] 基于 gRPC 长连接的实例信息维护 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "协议兼容(推荐)" | ||
linkTitle: "协议兼容(推荐)" | ||
weight: 1 | ||
--- | ||
|
||
## 概述 | ||
|
||
如果你希望使用 Polaris 代替 Nacos 作为新的注册中心,Polaris 提供了协议兼容的方式,用户仅需要更改程序中的 nacos-client 的服务端接入地址即可。 | ||
|
||
## 准备Polaris服务端 | ||
|
||
需要预先安装好Polaris服务端,安装方式可参考:[集群版安装](/docs/使用指南/服务端安装/集群版安装/) | ||
|
||
## 注册发现 | ||
|
||
### 原生 Nacos-Client | ||
|
||
```java | ||
``` | ||
|
||
### Spring Cloud Alibaba | ||
|
||
### Dubbo | ||
|
||
## 配置管理 | ||
|
||
### 原生 Nacos-Client | ||
|
||
### Spring Cloud Alibaba | ||
|
||
### Dubbo | ||
|