- Mastering Microservices with Java
- Sourabh Sharma
- 250字
- 2021-07-02 13:03:28
Release rollback in case of failure
Since monolithic applications are either bundled in the same archive or contained in a single directory, they prevent the deployment of code modularity. For example, many of you may have experienced the pain of delaying rolling out the whole release due to the failure of one feature.
To resolve these situations, microservices give us the flexibility to roll back only those features that have failed. It's a very flexible and productive approach. For example, let's assume you are the member of an online shopping portal development team and want to develop an application based on microservices. You can divide your application based on different domains such as products, payments, cart, and so on, and package all these components as separate packages. Once you have deployed all these packages separately, these would act as single components that can be developed, tested, and deployed independently, and called μService.
Now, let's see how that helps you. Let's say that after a production release launching new features, enhancements, and bug fixes, you find flaws in the payment service that need an immediate fix. Since the architecture you have used is based on microservices, you can roll back the payment service instead of rolling back the whole release, if your application architecture allows, or apply the fixes to the microservices payment service without affecting the other services. This not only allows you to handle failure properly, but it also helps to deliver the features/fixes swiftly to a customer.
- VMware View Security Essentials
- Ext JS Data-driven Application Design
- 零基礎學MQL:基于EA的自動化交易編程
- Hands-On C++ Game Animation Programming
- INSTANT Django 1.5 Application Development Starter
- Java EE核心技術與應用
- PHP編程基礎與實例教程
- Illustrator CS6設計與應用任務教程
- OpenCV Android開發實戰
- Android編程權威指南(第4版)
- C++面向對象程序設計
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Spring Microservices
- 三步學Python
- Raspberry Pi By Example