- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 183字
- 2021-07-02 20:12:52
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 considering here. First, it should be simple enough to implement, without adding any complexity to your system. Second, 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網頁特效設計任務驅動教程(第2版)
- Java面向對象程序開發及實戰
- PhpStorm Cookbook
- 學習正則表達式
- Python忍者秘籍
- 大學計算機基礎
- Android Game Programming by Example
- Modernizing Legacy Applications in PHP
- 3D Printing Designs:The Sun Puzzle
- Instant Pygame for Python Game Development How-to
- Java面試一戰到底(基礎卷)
- 匯編語言程序設計教程
- AngularJS實戰
- INSTANT SASS CSS How-to