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
53c5fb4b
Commit
53c5fb4b
authored
Aug 19, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改介绍
parent
c776fc98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
+4
-3
No files found.
README.md
View file @
53c5fb4b
...
@@ -108,9 +108,10 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
...
@@ -108,9 +108,10 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
## 功能简介
## 功能简介
-
Nepxion Discovery实现对基于Spring Cloud的微服务和Spring Cloud Api Gateway(F版)和Zuul网关的支持
-
Nepxion Discovery实现对基于Spring Cloud的微服务和Spring Cloud Api Gateway(F版)和Zuul网关的支持
-
具有极大的灵活性 - 支持在任何环节做过滤控制和灰度发布
-
具有极大的灵活性 - 支持在任何环节(微服务和两个网关),多种方式(REST和RPC)做过滤控制和灰度发布
-
具有极小的限制性 - 只要开启了服务注册发现,程序入口加了@EnableDiscoveryClient
-
具有极小的限制性 - 只要开启了服务注册发现,程序入口加了@EnableDiscoveryClient注解
-
具有极强的可用性 - 当远程配置中心全部挂了,可以通过Rest方式进行灰度发布
-
具有极强的健壮性 - 当远程配置中心全部挂了,可以通过Rest方式进行灰度发布;当远程规则配置不规范,马上切换到本地规则来代替
-
具有极简的易用性 - 不需要额外的@EnableXXX注解来启动指定的功能,您只需要引入相关的包同时规则里含有了对应的配置,该功能将自然启动
-
实现服务注册层面的控制
-
实现服务注册层面的控制
-
基于黑/白名单的IP地址过滤机制禁止对相应的微服务进行注册
-
基于黑/白名单的IP地址过滤机制禁止对相应的微服务进行注册
-
基于最大注册数的限制微服务注册。一旦微服务集群下注册的实例数目已经达到上限,将禁止后续的微服务进行注册
-
基于最大注册数的限制微服务注册。一旦微服务集群下注册的实例数目已经达到上限,将禁止后续的微服务进行注册
...
...
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