- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 183字
- 2021-07-02 22:08:05
Messaging in microservices
It is very important to carefully consider the choice of the messaging mechanism when dealing with the microservice architecture. If this one aspect is ignored, then it can compromise the entire purpose of designing using the microservice architecture. In monolithic applications, this is not a concern as the business functionality of the components gets invoked through function calls. On the other hand, this happens via a loosely coupled web service level messaging feature, where services are primarily based on SOAP. In the case of the microservice messaging mechanism, it should be simple and lightweight.
There are no set rules for making a choice between various frameworks or protocols for a microservice architecture. However, there are a few points worth consideration here. Firstly, it should be simple enough to implement, without adding any complexity to your system. Secondly, it should be lightweight enough, keeping in mind the fact that the microservice architecture could heavily rely on interservice messaging. Let's move ahead and consider our choices for both synchronous and asynchronous messaging along with the different messaging formats.
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計密碼
- Python網(wǎng)絡(luò)爬蟲從入門到實踐(第2版)
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- Learning Apache Kafka(Second Edition)
- Data Analysis with Stata
- Mastering Rust
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- 區(qū)塊鏈技術(shù)與應(yīng)用
- 愛上micro:bit
- Visualforce Developer’s guide
- Spring 5 Design Patterns
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- C語言程序設(shè)計實驗指導與習題精解