- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 154字
- 2021-07-02 22:18:23
Synchronous communication
A simple solution for synchronous communication between services is to use REST and transfer JSON data over HTTP. REST can also help in service discovery by using Hypermedia as the Engine of Application State (HATEOAS). HATEOAS is a component of REST which models relationships between resources by using links. Once the client queries the entry point of the service, it can use the links it receives to navigate to other Microservices.
If text-based transfers are not desired, protocol buffers (Google's data interchange format) may be used to transmit data. This protocol has been implemented in several languages to increase its adoption, for example, Ruby protobuf.
A protocol that can be used to transmit structured data across a network is Simple Object Access Protocol (SOAP). It can be used to make calls to different Microservices using various transport mechanisms such as JMS, TCP, or UDP. SOAP is language-neutral and highly extensible.
- HTML5+CSS3王者歸來
- iOS面試一戰到底
- The Supervised Learning Workshop
- GAE編程指南
- 解構產品經理:互聯網產品策劃入門寶典
- Beginning Java Data Structures and Algorithms
- Photoshop智能手機APP UI設計之道
- MySQL數據庫管理與開發(慕課版)
- Arduino家居安全系統構建實戰
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Arduino可穿戴設備開發
- Java Web開發教程:基于Struts2+Hibernate+Spring
- 3ds Max 2018從入門到精通
- Apache Solr for Indexing Data
- Hands-On ROS for Robotics Programming