- 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.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- JavaScript全程指南
- 潮流:UI設(shè)計(jì)必修課
- C語(yǔ)言程序設(shè)計(jì)教程(第2版)
- 軟件工程
- JavaScript入門經(jīng)典
- 從零開(kāi)始學(xué)C語(yǔ)言
- 深入分布式緩存:從原理到實(shí)踐
- SQL Server實(shí)用教程(SQL Server 2008版)
- TMS320LF240x芯片原理、設(shè)計(jì)及應(yīng)用
- Android應(yīng)用開(kāi)發(fā)深入學(xué)習(xí)實(shí)錄
- UML2面向?qū)ο蠓治雠c設(shè)計(jì)(第2版)
- C++程序設(shè)計(jì)
- PHP項(xiàng)目開(kāi)發(fā)全程實(shí)錄(第4版)