- 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.
推薦閱讀
- 深入核心的敏捷開發(fā):ThoughtWorks五大關(guān)鍵實(shí)踐
- Kali Linux Web Penetration Testing Cookbook
- Python程序設(shè)計案例教程
- Mastering Linux Network Administration
- 組態(tài)軟件技術(shù)與應(yīng)用
- Visual FoxPro程序設(shè)計習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- C語言程序設(shè)計
- 用戶體驗(yàn)可視化指南
- INSTANT Yii 1.1 Application Development Starter
- Rust游戲開發(fā)實(shí)戰(zhàn)
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Java Web應(yīng)用開發(fā)給力起飛
- 大學(xué)計算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- 關(guān)系數(shù)據(jù)庫與SQL Server 2012(第3版)
- PHP 7 Programming Blueprints