- 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.
推薦閱讀
- 大學計算機應用基礎實踐教程
- JMeter 性能測試實戰(第2版)
- Spring實戰(第5版)
- iOS應用逆向工程(第2版)
- Arduino家居安全系統構建實戰
- HTML5 APP開發從入門到精通(微課精編版)
- Building Machine Learning Systems with Python(Second Edition)
- Kotlin開發教程(全2冊)
- Mastering Python Design Patterns
- ASP.NET 4.0 Web程序設計
- WildFly Cookbook
- Modernizing Legacy Applications in PHP
- Mudbox 2013 Cookbook
- 程序員必會的40種算法
- C語言程序設計實驗指導與習題精解