directory
Version:
v0.0.0-...-201036b
Opens a new window with list of versions in this module.
Published: Apr 9, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
all in one demo
sd,circuitbreaker,ratelimit,trace,metrics
几乎所有组件全都在一个demo里面
模拟用户登录场景
- client -> 用户登录
- api <- 收到请求
- api -> 校验用户名密码
- usersvr <- 收到请求
- usersvr ->
校验
-> 发送消息(校验结果和用户信息)
- api -> 收到消息
- api -> 判断是否成功
-
- 失败 ; api -> 返回
- 成功 ; api -> 查询用户账户信息
- . account <- 收到请求
- . account ->
查询
-> 发送消息(账户信息)
- . api <- 收到消息
- . api -> 组合
用户信息
和账户信息
-> 发送消息
- . client <- 收到消息
Directories
¶
|
|
|
|
|
|
svr
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.