- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 116字
- 2021-07-02 22:08:12
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 Flix One team now has the ability to release a new option for the payment gateway alongside the existing one. Both the payment gateways could coexist till the time both the team and the business owners are satisfied with the reports. This is where the immense power of this architecture comes into play.
推薦閱讀
- Learning Python Web Penetration Testing
- HTML5+CSS3基礎(chǔ)開(kāi)發(fā)教程(第2版)
- ASP.NET Core 2 and Vue.js
- 編程珠璣(續(xù))
- Django:Web Development with Python
- React.js Essentials
- Internet of Things with Intel Galileo
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- Visualforce Developer’s guide
- Azure Serverless Computing Cookbook
- Python開(kāi)發(fā)基礎(chǔ)
- 軟件工程與UML案例解析(第三版)
- Python編程基礎(chǔ)教程