- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 113字
- 2021-07-02 19:44:56
Backing services are addressable
All backing services should be accessible through an addressable URL. All services need to talk to some external resources during the life cycle of their execution. For example, they could be listening to or sending messages to a messaging system, sending an email, or persisting data to a database. All these services should be reachable through a URL without complex communication requirements:

In the microservices world, microservices can either talk to a messaging system to send or receive messages, or they can accept or send messages to another service API. In a regular case, these are either HTTP endpoints using REST and JSON or TCP or HTTP-based messaging endpoints.
推薦閱讀
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- Silverlight魔幻銀燈
- 差分進化算法及其高維多目標優(yōu)化應用
- 蘋果的產(chǎn)品設計之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務和用戶體驗的七個原則
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- C++編程兵書
- OpenCV 3計算機視覺:Python語言實現(xiàn)(原書第2版)
- Node.js區(qū)塊鏈開發(fā)
- Java設計模式深入研究
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 深入實踐C++模板編程
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)
- 開發(fā)者測試
- jQuery權威指南
- 嵌入式網(wǎng)絡編程