- 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.
推薦閱讀
- Python程序設計教程(第2版)
- PWA入門與實踐
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Mastering Unity Shaders and Effects
- GeoServer Beginner's Guide(Second Edition)
- Internet of Things with ESP8266
- 零基礎學C語言程序設計
- Laravel Application Development Blueprints
- Arduino Wearable Projects
- Java程序設計教程
- iOS開發項目化入門教程
- Less Web Development Cookbook
- 用Go語言自制編譯器
- Mastering JavaScript Promises
- Jenkins 2.x實踐指南