- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 345字
- 2021-07-02 22:08:14
Importance for microservices
DDD is the blueprint and can be implemented by microservices. In other words, once DDD is done, we can implement it using microservices. This is just like how in our application, we can easily implement Order services, Inventory services, Tracking services, and so on.
Once you have dealt with the transition process to your satisfaction, a simple exercise should be performed. This will help you verify that the size of the microservice is small enough. Every system is unique and has its own complexity level. Considering these levels of your domain, you need to have a baseline for the maximum number of domain objects that could talk to each other. If any service fails this evaluation criterion, then you have a possible candidate to evaluate your transition once again. However, don't get into this exercise with a specific number in mind; you can always go easy. As long as you have followed all the steps correctly, the system should be fine for you.
If you feel that this baseline process is difficult for you to achieve, you can take another route. Go through all the interfaces and classes in each microservice. Considering all the steps we have followed and the industry standard coding guidelines, anybody new to the system should be able to make sense of its purpose.
You can also perform another simple test to check whether the correct vertical isolation of the services was achieved. You can deploy each one of them and make them live with the rest of the services, which are still unavailable. If your service goes live and continues listening for incoming requests, you can pat your back now.
There are many benefits that you can derive from the isolated deployment capability. The capability to just deploy them independently allows the host in them to enter their own independent processes. It allows you to harness the power of the cloud and other hybrid models of hosting that you can think of. You are free to independently pick different technologies for each one of them as well.
- LabVIEW 2018 虛擬儀器程序設計
- Interactive Data Visualization with Python
- Servlet/JSP深入詳解
- Python算法從菜鳥到達人
- Oracle 18c 必須掌握的新特性:管理與實戰
- Learning FuelPHP for Effective PHP Development
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- 利用Python進行數據分析
- Vue.js 2 Web Development Projects
- Visual Basic程序設計習題與上機實踐
- Android Sensor Programming By Example
- 面向對象程序設計及C++(第3版)
- Beginning C# 7 Hands-On:The Core Language
- 量子計算機編程:從入門到實踐
- Mastering Data Analysis with R