Logo

dev-resources.site

for different kinds of informations.

微服务的反模式和陷阱

Published at
10/24/2017
Categories
antipatterns
Author
fangdajiang
Categories
1 categories in total
antipatterns
open
Author
11 person written this
fangdajiang
open
微服务的反模式和陷阱

第一部分

1、数据驱动的迁移反模式

  • 太多的数据迁移
  • 功能分割优先,数据迁移最后

2、超时反模式

  • 使用超时
  • 使用断路器模式

3、共享反模式

  • 过多依赖
  • 共享代码的技术

4. 到达报告反模式

  • 微服务报告的问题
  • Asynchronous Event Pushing

5、沙粒陷阱

  • 分析服务的范围和功能
  • 分析数据库事务
  • 分析服务编排

第二部分

6、无因的开发者陷阱

  • 做出错误的决定
  • 了解业务驱动

7、随大流陷阱

  • 微服务的优点和缺点
  • 其他架构模型

8、其它架构模式

  • header 版本控制
  • Schema 版本控制

第三部分

9、静态契约陷阱

  • 延迟测量
  • 通信协议比较

10、通信协议使用的陷阱

  • 异步请求
  • 广播能力
  • 事务请求

11、REST 陷阱

antipatterns Article's
30 articles in total
Favicon
Backend Red Flags - What NOT to do
Favicon
Microservice Antipatterns: The Shared Client Library
Favicon
Microservices: Avoiding the Pitfalls, Embracing the Potential - A Guide to Anti-Patterns
Favicon
Antipattern: We'll buy it when we come back
Favicon
SQL antipatterns: Diplomatic Immunity
Favicon
The Consumer Conundrum: Navigating Change in Microservices Without Gridlock
Favicon
Top AWS CloudFormation Anti-Patterns & Best Practices
Favicon
Guess-Driven Development
Favicon
AWS Serverless Anti-Patterns: What They Are and How to Avoid Them
Favicon
AWS DR Anti-Patterns: Avoiding Common Mistakes
Favicon
The Strategy of One
Favicon
Microservices anti-patterns
Favicon
Get out early with Perl statement modifiers
Favicon
JavaScript Anti-patterns
Favicon
The two most common DevOps anti-patterns
Favicon
The God 🦸
Favicon
Design Meeting Patterns and Antipatterns
Favicon
Anti-patterns of automated software testing
Favicon
React Anti Patterns Part 1
Favicon
Death by Interfaces?
Favicon
The Antipattern Antipattern
Favicon
Ruby's Array: a Swiss Army Knife?
Favicon
13 ways the Internet is broken - #9 will shock you!
Favicon
A note from a TDD zealot
Favicon
Applications as Frameworks
Favicon
My first React 'aha' moment. Is this an antipattern?
Favicon
Avoiding the Builder Design Pattern in Kotlin
Favicon
The Fallacy of DRY
Favicon
Avoid anemic domain models by empowering your objects
Favicon
微服务的反模式和陷阱

Featured ones: