Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add version notice for other service registry support #4786

Merged
merged 2 commits into from Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/en/deployment/distributed-deployment-guide.md
Expand Up @@ -557,6 +557,8 @@ export JAVA_OPTS="-server -Xms4096m -Xmx4096m -Xss256k -XX:MetaspaceSize=128m -X

#### 2.2.3.1 nacos-discovery

> For version 1.8.0 and above

Enable external nacos service registry to replace built-in eureka

> Note: need repackage
Expand All @@ -582,6 +584,8 @@ nacos.discovery.context-path=

#### 2.2.3.2 consul-discovery

> For version 1.9.0 and above

Enable external Consul service registry to replace built-in eureka

##### 2.2.3.2.1 For version 2.1.0 and above
Expand Down Expand Up @@ -621,6 +625,8 @@ spring.cloud.consul.port=8500

#### 2.2.3.3 zookeeper-discovery

> For version 2.0.0 and above

Enable external Zookeeper service registry to replace built-in eureka

##### 2.2.3.3.1 For version 2.1.0 and above
Expand Down Expand Up @@ -682,6 +688,8 @@ admin.serverPort

#### 2.2.3.4 custom-defined-discovery

> For version 2.0.0 and above

Enable custom-defined-discovery to replace built-in eureka

##### 2.2.3.4.1 For version 2.1.0 and above
Expand Down
10 changes: 8 additions & 2 deletions docs/zh/deployment/distributed-deployment-guide.md
Expand Up @@ -532,6 +532,8 @@ export JAVA_OPTS="-server -Xms4096m -Xmx4096m -Xss256k -XX:MetaspaceSize=128m -X

#### 2.2.3.1 nacos-discovery

> 适用于1.8.0及以上版本

启用外部nacos服务注册中心替换内置eureka

> 注意:需要重新打包
Expand All @@ -555,6 +557,8 @@ nacos.discovery.context-path=

#### 2.2.3.2 consul-discovery

> 适用于1.9.0及以上版本

启用外部Consul服务注册中心替换内置eureka

##### 2.2.3.2.1 2.1.0 及以上版本
Expand Down Expand Up @@ -593,12 +597,12 @@ spring.cloud.consul.port=8500

#### 2.2.3.3 zookeeper-discovery

> 适用于2.0.0及以上版本

启用外部Zookeeper服务注册中心替换内置eureka

##### 2.2.3.3.1 2.1.0 及以上版本



1. 修改`apollo-configservice-x.x.x-github.zip`和`apollo-adminservice-x.x.x-github.zip`解压后的`config/application.properties`,取消注释,把
```properties
#spring.profiles.active=github,zookeeper-discovery
Expand Down Expand Up @@ -644,6 +648,8 @@ admin.serverPort

#### 2.2.3.4 custom-defined-discovery

> 适用于2.0.0及以上版本

启用custom-defined-discovery替换内置eureka

##### 2.2.3.4.1 2.1.0 及以上版本
Expand Down