- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 179字
- 2021-07-02 20:13:02
The concept of seam
At the very core of microservices lies the capability to work on a specific functionality in isolation from the rest of the system. This translates into all the advantages discussed earlier, such as reduced module dependency, code reusability, easier code maintenance, and better deployment.
In my opinion, the same attributes that were attained with the implementation of microservices should be maintained during the process of implementation. Why should the whole process of moving monoliths to microservices be painful and not be as rewarding as using the microservices themselves? Just remember that the transition can't be done overnight and will need meticulous planning. Many capable solution architects have differed in their approaches while presenting their highly capable teams. The answer lies not just in the points already mentioned, but in the risk to the business itself.
This is very well attainable. However, we must identify our method correctly in order to achieve it. Otherwise, there is a possibility that the whole process of transitioning a monolithic application to microservices could be a dreadful one.
- Unreal Engine Physics Essentials
- Qt 5 and OpenCV 4 Computer Vision Projects
- Oracle Exadata性能優(yōu)化
- C++ Builder 6.0下OpenGL編程技術(shù)
- Learning RabbitMQ
- C/C++算法從菜鳥到達人
- Twilio Best Practices
- 我的第一本算法書
- OpenCV 3和Qt5計算機視覺應(yīng)用開發(fā)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Mastering LibGDX Game Development
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實例教程
- 面向?qū)ο蟪绦蛟O(shè)計(Java版)
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- NGINX Cookbook