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

Spring Cloud教程 - Eureka 注册中心入门 #4

Open
TFdream opened this issue Jul 7, 2020 · 0 comments
Open

Spring Cloud教程 - Eureka 注册中心入门 #4

TFdream opened this issue Jul 7, 2020 · 0 comments

Comments

@TFdream
Copy link
Owner

TFdream commented Jul 7, 2020

转载 芋道 Spring Cloud Netflix 注册中心 Eureka 入门:http://www.iocoder.cn/Spring-Cloud/Netflix-Eureka/?github

Eureka 简介

Eureka 是 Netflix 开源的注册中心组件,分成 Eureka Client 和 Eureka Server 两个角色。整体架构如下图所示:

image

Eureka-Server :通过 REST 协议暴露服务,提供应用服务的注册和发现的功能。
Application Server :应用服务提供者,内嵌 Eureka-Client ,通过它向 Eureka-Server 注册自身服务。
Application Client :应用服务消费者,内嵌 Eureka-Client ,通过它从 Eureka-Server 获取服务列表。

@TFdream TFdream changed the title Spring Cloud Netflix 注册中心 Eureka 入门 Spring Cloud教程 - Eureka 注册中心入门 Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant