- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 248字
- 2021-07-02 21:54:42
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 gives us the flexibility to rollback 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 pide 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 rollback 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.
- Web應(yīng)用系統(tǒng)開發(fā)實踐(C#)
- Android和PHP開發(fā)最佳實踐(第2版)
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- C語言程序設(shè)計實訓(xùn)教程
- 零基礎(chǔ)學(xué)Java程序設(shè)計
- 零基礎(chǔ)入門學(xué)習(xí)Python
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- Node學(xué)習(xí)指南(第2版)
- Java并發(fā)編程之美
- Go語言入門經(jīng)典
- Mastering VMware Horizon 7(Second Edition)
- Python Social Media Analytics
- Instant GLEW
- R語言實戰(zhàn)(第2版)
- iOS Development with Xamarin Cookbook