Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢捷峰
discovery
Commits
a65cc667
Commit
a65cc667
authored
Jul 26, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改介绍
parent
6f630ea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
README.md
+5
-4
No files found.
README.md
View file @
a65cc667
...
@@ -36,8 +36,9 @@ Nepxion Discovery是一款对Spring Cloud的服务注册发现的增强中间件
...
@@ -36,8 +36,9 @@ Nepxion Discovery是一款对Spring Cloud的服务注册发现的增强中间件
## 简介
## 简介
-
实现对基于Spring Cloud的微服务和Spring Cloud Api Gateway(F版)和Zuul网关的支持
-
实现对基于Spring Cloud的微服务和Spring Cloud Api Gateway(F版)和Zuul网关的支持
-
具有极大灵活性 - 支持在任何环节做过滤控制和版本灰度发布
-
具有极大的灵活性 - 支持在任何环节做过滤控制和版本灰度发布
-
具有极小限制性 - 只要开启了服务注册发现,程序入口加了@EnableDiscoveryClient
-
具有极小的限制性 - 只要开启了服务注册发现,程序入口加了@EnableDiscoveryClient
-
具有极强的可用性 - 当远程配置中心全部挂了,可以通过Rest方式进行灰度发布
-
实现服务注册层面的控制
-
实现服务注册层面的控制
-
基于黑/白名单的IP地址过滤机制禁止对相应的微服务进行注册
-
基于黑/白名单的IP地址过滤机制禁止对相应的微服务进行注册
-
基于最大注册数的限制微服务注册。一旦微服务集群下注册的实例数目已经达到上限,将禁止后续的微服务进行注册
-
基于最大注册数的限制微服务注册。一旦微服务集群下注册的实例数目已经达到上限,将禁止后续的微服务进行注册
...
@@ -57,9 +58,9 @@ Nepxion Discovery是一款对Spring Cloud的服务注册发现的增强中间件
...
@@ -57,9 +58,9 @@ Nepxion Discovery是一款对Spring Cloud的服务注册发现的增强中间件
-
使用者可以自定义更多的规则过滤条件
-
使用者可以自定义更多的规则过滤条件
-
使用者可以对服务注册发现核心事件进行监听
-
使用者可以对服务注册发现核心事件进行监听
-
实现支持Spring Boot Actuator和Swagger集成
-
实现支持Spring Boot Actuator和Swagger集成
-
实现独立控制台,支持对规则和版本集中管理,未来考虑界面实现
-
实现支持未来扩展更多的服务注册中心
-
实现支持未来扩展更多的服务注册中心
-
实现图形化的灰度发布功能
-
实现独立控制台微服务,支持对规则和版本集中管理、推送、更改和删除
-
实现基于独立控制台微服务的图形化的灰度发布功能(运行discovery-console-desktop下的ConsoleLauncher)
## 名词解释
## 名词解释
-
IP地址,即根据微服务上报的它所在机器的IP地址。本系统内部强制以IP地址上报,禁止HostName上报,杜绝Spring Cloud应用在Docker或者Kubernetes部署时候出现问题
-
IP地址,即根据微服务上报的它所在机器的IP地址。本系统内部强制以IP地址上报,禁止HostName上报,杜绝Spring Cloud应用在Docker或者Kubernetes部署时候出现问题
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment