当前位置:网站首页>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.
边栏推荐
- sphinx matches the specified field
- ffmpeg drawtext add text watermark
- ffmpeg drawtext 添加文本水印
- CPU的亲缘性affinity
- Creo 9.0 基准特征:基准平面
- 今天是元宵节~~
- 【ASM】字节码操作 方法的初始化 Frame
- Thinking and summary of the efficiency of IT R&D/development process specification
- my journal link
- dotnet OpenXML parsing PPT charts Getting started with area charts
猜你喜欢
茄子科技CEO仇俊:以用户为中心,做用户真正需要的产品
js graphics operation one (compatible with pc, mobile terminal to achieve draggable attribute drag and drop effect)
CCVR eases heterogeneous federated learning based on classifier calibration
Advanced usage of C language
Weekly Report 2022-8-4
leetcode: 529. 扫雷游戏
为什么我推荐使用智能化async?
放大器OPA855的噪声计算实例
express hot-reload
开源一夏|OpenHarmony如何查询设备类型(eTS)
随机推荐
只有一台交换机,如何实现主从自动切换之nqa
无题十四
正则表达式replaceAll()方法具有什么功能呢?
mysql进阶(二十七)数据库索引原理
EU | Horizon 2020 ENSEMBLE: D2.13 SOTIF Safety Concept (Part 2)
flink cdc支持从oracle dg库同步吗
The Seven Weapons of Programmers
茄子科技CEO仇俊:以用户为中心,做用户真正需要的产品
matcher中find,matches,lookingAt匹配字符串的不同之处说明
leetcode: 529. 扫雷游戏
16 kinds of fragrant rice recipes
嵌入式实操----基于RT1170 移植memtester做SDRAM测试(二十五)
随时牵手 不要随意分手[转帖]
无题十三
Advanced usage of C language
【Excel实战】--图表联动demo_001
C语言-数组
Science bosses say | Hong Kong rhubarb KaiBin teacher take you unlock the relationship between the matrix and 6 g
5.部署web项目到云服务器
PAT乙级-B1019 数字黑洞(20)