- Java EE 8 and Angular
- Prashant Padmanabhan
- 132字
- 2021-07-02 19:22:37
Multiple small units of work
The idea is to take a complex problem and try to break it into smaller pieces. As mentioned in one of the advantages of microservices—Small business capability focused services are easier to maintain and refactor, we should build our microservice as a fine-grained service. This even allows for replacing the service without having to spend weeks or months attempting to do so. Each of these small units (microservices) should be capable enough to:
- Provide for its own private datastore
- Be independently deployable with its own runtime process
- Publish the public interface for others to use in the form of a API contract
- Be fault tolerant, so failure in one should not affect other services
- Be confined to a bounded context (from Domain driven design (DDD))
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Kali Linux Web Penetration Testing Cookbook
- Kubernetes實戰
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Mastering Julia
- 零基礎學Java(第4版)
- Amazon S3 Cookbook
- SharePoint Development with the SharePoint Framework
- Getting Started with Laravel 4
- 數據結構案例教程(C/C++版)
- Statistical Application Development with R and Python(Second Edition)
- Emotional Intelligence for IT Professionals
- C++從入門到精通(第6版)
- Python硬件編程實戰