- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 61字
- 2021-07-02 19:44:57
Stateless, shared nothing processes
This principle suggests that processes should be stateless and share nothing. If the application is stateless, then it is fault tolerant, and can be scaled out easily.
All microservices should be designed as stateless functions. If there is any requirement to store a state, it should be done with a backing database or in an in-memory cache.
推薦閱讀
- Extending Jenkins
- Apache ZooKeeper Essentials
- Spring Boot開發與測試實戰
- ReSharper Essentials
- Objective-C應用開發全程實錄
- 程序設計與實踐(VB.NET)
- Interactive Data Visualization with Python
- Java Web開發之道
- C語言程序設計
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Bootstrap 4:Responsive Web Design
- ASP.NET 3.5程序設計與項目實踐
- MongoDB權威指南(第3版)
- Hands-On Swift 5 Microservices Development
- 零基礎輕松學SQL Server 2016