- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 116字
- 2021-07-02 20:12:58
Interdependency removal
Since we try to achieve isolated functionality within each microservice, it is easy to add new features, fix bugs, or upgrade technology within each one. This will have no impact on other microservices. Now you have vertical code isolation that enables you to perform all of this and still be as fast with the deployments.
This doesn't end here. The FlixOne team now has the ability to release a new option for the Payment gateway alongside the existing one. Both the Payment gateways could coexist until the time that both the team and the business owners are satisfied with the reports. This is where the immense power of this architecture comes into play.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- JavaScript 從入門到項目實踐(超值版)
- Mastering Python Scripting for System Administrators
- Neo4j Essentials
- Learn Swift by Building Applications
- Data Analysis with Stata
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- R大數據分析實用指南
- 零基礎學單片機C語言程序設計
- Getting Started with LLVM Core Libraries
- 好好學Java:從零基礎到項目實戰
- R語言:邁向大數據之路(加強版)
- 青少年學Python(第2冊)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Java核心技術速學版(第3版)