当前位置:网站首页>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 ali cloud storage database automatically to speed up the loading speed of www.cxsdkt.cn how to set up the case?
- XCODE12 在使用模拟器(SIMULATOR)时编译错误的解决方法
- leetcode refers to Offer 10- II. Frog jumping steps
- 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
- 19.服务器端会话技术Session
- CVPR 2022 | 将X光图片用于垃圾分割,港中大(深圳)探索大规模智能垃圾分类
- MQTT X Newsletter 2022-07 | 自动更新、MQTT X CLI 支持 MQTT 5.0、新增 conn 命令…
- 六年团队Leader实战秘诀|程序员最重要的八种软技能 - 脸皮薄容易耽误事 - 自我营销
- How to realize the short press and long press detection of the button?
- HStreamDB Newsletter 2022-07|分区模型优化、数据集成框架进一步完善
猜你喜欢
express hot-reload
mysql进阶(二十七)数据库索引原理
CVPR 2022 | 将X光图片用于垃圾分割,港中大(深圳)探索大规模智能垃圾分类
Dry goods!Generative Model Evaluation and Diagnosis
Marketing Suggestions | You have an August marketing calendar to check! Suggest a collection!
19.服务器端会话技术Session
2.4G无线收发模块的应用
Science bosses say | Hong Kong rhubarb KaiBin teacher take you unlock the relationship between the matrix and 6 g
Keil升级到AC6后,到底有哪些变化?
shell脚本实例
随机推荐
偏向锁/轻量锁/重级锁锁锁更健康,上锁解锁到底是怎么完成实现的
Going to book tickets tomorrow, ready to go home~~
Embedded practice ---- based on RT1170 transplant memtester to do SDRAM test (25)
基于 Kubernetes 的微服务项目整体设计与实现
Undefined symbols for architecture arm64解决方案
汇编语言(8)x86内联汇编
js 图形操作一(兼容pc、移动端实现 draggable属性 拖放效果)
Rotation of the displayed value on the button
链表中的数字相加----链表专题
无题八
无题五
CCVR eases heterogeneous federated learning based on classifier calibration
长达四年的减肥记录
The Secrets of the Six-Year Team Leader | The Eight Most Important Soft Skills of Programmers
请问如果想往mysql里面写数据,直接用flink-connector-jdbc就可以吧,可是我在f
【LeetCode】623. 在二叉树中增加一行
matcher中find,matches,lookingAt匹配字符串的不同之处说明
5.部署web项目到云服务器
ffmpeg drawtext 添加文本水印
PAT乙级-B1019 数字黑洞(20)