当前位置:网站首页>Microservice Technology Stack
Microservice Technology Stack
2022-08-05 09:29:00 【duanmy0687】

Microservice is a kind of distributed architecture, serviceSplit

Continuous integration, ie automated deployment
spring cloud only occupies service governance
spring cloud alibaba is compatible with dubbo and spring cloud

Each microservice has its own database
RestTemplate is used for remote calls, sending http requests

deserialize json asuser object
Calling relationship between services: provider, consumer
Load Balancing: Pick one from many
Register the server port of this service to the address defaultZone of the registration center


Just to be safe, don't put your eggs in the same basket.


Environment isolation: public, dev…
nacos configuration center
bootstrapThe priority of .yml is higher than that of application.yml, so the address of nacos unified configuration center is written in bootstrap.yml

Hot update: just refresh the page










Video calls (one-to-one only) and texting (one-to-many possible))



Traffic CutPeak: A large number of events are hoarded by the Broker, and the order service, warehousing service, and SMS service still process events at a constant rate.

边栏推荐
- Qiu Jun, CEO of Eggplant Technology: Focus on users and make products that users really need
- Assembly language (8) x86 inline assembly
- leetcode 剑指 Offer 10- II. 青蛙跳台阶问题
- 无题一
- 偏向锁/轻量锁/重级锁锁锁更健康,上锁解锁到底是怎么完成实现的
- CVPR 2022 | 将X光图片用于垃圾分割,港中大(深圳)探索大规模智能垃圾分类
- 深度学习21天——卷积神经网络(CNN):服装图像分类(第3天)
- 无题十二
- 六年团队Leader实战秘诀|程序员最重要的八种软技能 - 脸皮薄容易耽误事 - 自我营销
- leetcode 剑指 Offer 10- I. 斐波那契数列
猜你喜欢

七夕浪漫约会不加班,RPA机器人帮你搞定工作

seata源码解析:事务状态及全局锁的存储

Creo 9.0 基准特征:基准点

Dry goods!Generative Model Evaluation and Diagnosis

dotnet OpenXML 解析 PPT 图表 面积图入门

ECCV 2022 Oral 视频实例分割新SOTA:SeqFormer&IDOL及CVPR 2022 视频实例分割竞赛冠军方案...

Hundred lines of code launch red hearts, why programmers lose their girlfriends!

How to realize the short press and long press detection of the button?

pytorch余弦退火学习率CosineAnnealingLR的使用

Qiu Jun, CEO of Eggplant Technology: Focus on users and make products that users really need
随机推荐
百行代码发射红心,程序员何愁命不中女朋友!
19.服务器端会话技术Session
C语言-数组
shell脚本实例
Weekly Report 2022-8-4
Neuron Newsletter 2022-07|新增非 A11 驱动、即将支持 OPC DA
Oracle临时表空间作用
长达四年的减肥记录
Creo 9.0 基准特征:基准坐标系
express hot-reload
为什么我推荐使用智能化async?
只有一台交换机,如何实现主从自动切换之nqa
我的杂记链接
express hot-reload
【LeetCode】623. 在二叉树中增加一行
Pytorch深度学习快速入门教程 -- 土堆教程笔记(三)
2022.8.3
六年团队Leader实战秘诀|程序员最重要的八种软技能 - 脸皮薄容易耽误事 - 自我营销
How to realize the short press and long press detection of the button?
tensorflow.keras无法引入layers