- Mastering Microservices with Java
- Sourabh Sharma
- 66字
- 2021-07-02 13:03:28
Nanoservices
Microservices that are especially small or fine-grained are called nanoservices. A nanoservices pattern is really an anti-pattern.
In the case of nanoservices, overheads such as communication and maintenance activities outweigh its utility. Nanoservices should be avoided. An example of a nanoservices (anti-) pattern would be creating a separate service for each database table and exposing its CRUD operation using events or a REST API.
推薦閱讀
- Testing with JUnit
- CentOS 7 Linux Server Cookbook(Second Edition)
- C語言程序設計
- 深度強化學習算法與實踐:基于PyTorch的實現
- Apache Spark 2.x for Java Developers
- Extending Puppet(Second Edition)
- 軟件項目管理實用教程
- Python期貨量化交易實戰
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 大數據時代的企業升級之道(全3冊)
- 數據結構:Python語言描述
- C語言程序設計與應用實驗指導書(第2版)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- HTML5程序開發范例寶典
- JavaScript設計模式與開發實踐