当前位置:网站首页>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.

边栏推荐
猜你喜欢

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

营销建议 | 您有一份八月营销月历待查收! 建议收藏 !

Weekly Report 2022-8-4

Pytorch深度学习快速入门教程 -- 土堆教程笔记(三)

基于 Kubernetes 的微服务项目整体设计与实现

5.部署web项目到云服务器

【Excel实战】--图表联动demo_001

手把手教你纯c实现异常捕获try-catch组件

The technological achievements of Shanghai Konan were selected into the "2021 Shanghai Network Security Industry Innovation Research Achievement Catalog" by the Municipal Commission of Economy and Inf

seata源码解析:事务状态及全局锁的存储
随机推荐
HStreamDB Newsletter 2022-07|分区模型优化、数据集成框架进一步完善
六年团队Leader实战秘诀|程序员最重要的八种软技能 - 脸皮薄容易耽误事 - 自我营销
MQTT X Newsletter 2022-07 | 自动更新、MQTT X CLI 支持 MQTT 5.0、新增 conn 命令…
C语言-数组
Marketing Suggestions | You have an August marketing calendar to check! Suggest a collection!
There is only one switch, how to realize the nqa of master-slave automatic switching
Undefined symbols for architecture arm64解决方案
openpyxl to manipulate Excel files
【零基础玩转BLDC系列】无刷直流电机无位置传感器三段式启动法详细介绍及代码分享
ts/js function pass parameter with function writing
韦东山 数码相框 项目学习(六)tslib的移植
正则表达式replaceAll()方法具有什么功能呢?
Weekly Report 2022-8-4
Why do I recommend using smart async?
The Secrets of the Six-Year Team Leader | The Eight Most Important Soft Skills of Programmers
Comprehensively explain what is the essential difference between GET and POST requests?Turns out I always misunderstood
无题三
IDEA执行Test操作导致数据插入时出现了重复数据
Creo 9.0 基准特征:基准坐标系
leetcode 剑指 Offer 10- I. 斐波那契数列