- 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.
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- PHP程序設計(慕課版)
- jQuery EasyUI網站開發實戰
- Unity 2020 Mobile Game Development
- iOS開發實戰:從零基礎到App Store上架
- C語言程序設計案例式教程
- Nginx Essentials
- Getting Started with SQL Server 2012 Cube Development
- JSP開發案例教程
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Scratch3.0趣味編程動手玩:比賽訓練營
- Mastering Elixir
- Visual Basic語言程序設計上機指導與練習(第3版)
- Design Patterns and Best Practices in Java
- C++面向對象程序設計