面向微服务通信的发布/订阅中间件系统综述

Seda Kul, A. Sayar
{"title":"面向微服务通信的发布/订阅中间件系统综述","authors":"Seda Kul, A. Sayar","doi":"10.1109/ISMSIT52890.2021.9604746","DOIUrl":null,"url":null,"abstract":"In today's industrial and academic research area, the publish/subscribe (pub/sub) communication paradigm is gaining attention. Due to its capacity to decouple communication entities in time, space, and synchronization, it is a useful interaction mechanism for large-scale distributed systems. Rather than interacting directly with one another, services in the pub/sub pattern can communicate through a message broker. This approach separates the concerns of publishers and subscribers, allowing publishers to concentrate just on publishing and subscribers to concentrate solely on the publications to which they are subscribed. The resulting structure enables asynchronous message sending and receiving by a task-specific broker, which is one of the various approaches to construct event-based systems. Because of their unique qualities, including data-centricity, dynamicity, and many-to-many communications, the decoupling properties are well-suited for Microservices. Components of a monolithic application call each other using language-level method or function calls. A microservices-based application, on the other hand, is a distributed system that runs on numerous machines. Typically, each service instance is a process. There are numerous advantages to using the Microservices Architecture design. It begins by addressing the issue of complexity. It breaks down what would otherwise be a massive monolithic application into a series of services. While the overall functionality of the application has not changed, it has been divided into digestible parts or services. A significant disadvantage of microservices is the increased complexity that comes with being a distributed system. Developers must choose and implement a messaging or Remote procedure call-based interprocess communication mechanism. As a result, services must communicate through the interprocess communication (IPC) method. The Pub/Sub communication model, a powerful interprocess communication technique has been utilized in several studies. We examine the Pub/Sub interaction paradigm in the context of Communication for Microservices in this study.","PeriodicalId":120997,"journal":{"name":"2021 5th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"5","resultStr":"{\"title\":\"A Survey of Publish/Subscribe Middleware Systems for Microservice Communication\",\"authors\":\"Seda Kul, A. Sayar\",\"doi\":\"10.1109/ISMSIT52890.2021.9604746\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"In today's industrial and academic research area, the publish/subscribe (pub/sub) communication paradigm is gaining attention. Due to its capacity to decouple communication entities in time, space, and synchronization, it is a useful interaction mechanism for large-scale distributed systems. Rather than interacting directly with one another, services in the pub/sub pattern can communicate through a message broker. This approach separates the concerns of publishers and subscribers, allowing publishers to concentrate just on publishing and subscribers to concentrate solely on the publications to which they are subscribed. The resulting structure enables asynchronous message sending and receiving by a task-specific broker, which is one of the various approaches to construct event-based systems. Because of their unique qualities, including data-centricity, dynamicity, and many-to-many communications, the decoupling properties are well-suited for Microservices. Components of a monolithic application call each other using language-level method or function calls. A microservices-based application, on the other hand, is a distributed system that runs on numerous machines. Typically, each service instance is a process. There are numerous advantages to using the Microservices Architecture design. It begins by addressing the issue of complexity. It breaks down what would otherwise be a massive monolithic application into a series of services. While the overall functionality of the application has not changed, it has been divided into digestible parts or services. A significant disadvantage of microservices is the increased complexity that comes with being a distributed system. Developers must choose and implement a messaging or Remote procedure call-based interprocess communication mechanism. As a result, services must communicate through the interprocess communication (IPC) method. The Pub/Sub communication model, a powerful interprocess communication technique has been utilized in several studies. We examine the Pub/Sub interaction paradigm in the context of Communication for Microservices in this study.\",\"PeriodicalId\":120997,\"journal\":{\"name\":\"2021 5th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT)\",\"volume\":\"7 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-10-21\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"5\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2021 5th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ISMSIT52890.2021.9604746\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 5th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ISMSIT52890.2021.9604746","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 5

摘要

在当今的工业和学术研究领域,发布/订阅(pub/sub)通信模式越来越受到关注。由于它能够在时间、空间和同步上解耦通信实体,因此是一种有用的大规模分布式系统交互机制。发布/订阅模式中的服务可以通过消息代理进行通信,而不是直接相互交互。这种方法分离了发布者和订阅者的关注点,允许发布者只关注发布,而订阅者只关注他们订阅的发布。生成的结构支持由特定于任务的代理进行异步消息发送和接收,这是构建基于事件的系统的各种方法之一。由于其独特的特性,包括数据中心性、动态性和多对多通信,解耦属性非常适合微服务。单个应用程序的组件使用语言级别的方法或函数调用相互调用。另一方面,基于微服务的应用程序是在许多机器上运行的分布式系统。通常,每个服务实例都是一个流程。使用微服务架构设计有许多优点。它从解决复杂性问题开始。它将原本庞大的单片应用程序分解为一系列服务。虽然应用程序的整体功能没有改变,但它已被划分为易于理解的部分或服务。微服务的一个显著缺点是分布式系统带来的复杂性增加。开发人员必须选择并实现基于消息传递或远程过程调用的进程间通信机制。因此,服务必须通过进程间通信(IPC)方法进行通信。Pub/Sub通信模型是一种强大的进程间通信技术,已在一些研究中得到应用。在本研究中,我们研究了微服务通信背景下的Pub/Sub交互范式。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
A Survey of Publish/Subscribe Middleware Systems for Microservice Communication
In today's industrial and academic research area, the publish/subscribe (pub/sub) communication paradigm is gaining attention. Due to its capacity to decouple communication entities in time, space, and synchronization, it is a useful interaction mechanism for large-scale distributed systems. Rather than interacting directly with one another, services in the pub/sub pattern can communicate through a message broker. This approach separates the concerns of publishers and subscribers, allowing publishers to concentrate just on publishing and subscribers to concentrate solely on the publications to which they are subscribed. The resulting structure enables asynchronous message sending and receiving by a task-specific broker, which is one of the various approaches to construct event-based systems. Because of their unique qualities, including data-centricity, dynamicity, and many-to-many communications, the decoupling properties are well-suited for Microservices. Components of a monolithic application call each other using language-level method or function calls. A microservices-based application, on the other hand, is a distributed system that runs on numerous machines. Typically, each service instance is a process. There are numerous advantages to using the Microservices Architecture design. It begins by addressing the issue of complexity. It breaks down what would otherwise be a massive monolithic application into a series of services. While the overall functionality of the application has not changed, it has been divided into digestible parts or services. A significant disadvantage of microservices is the increased complexity that comes with being a distributed system. Developers must choose and implement a messaging or Remote procedure call-based interprocess communication mechanism. As a result, services must communicate through the interprocess communication (IPC) method. The Pub/Sub communication model, a powerful interprocess communication technique has been utilized in several studies. We examine the Pub/Sub interaction paradigm in the context of Communication for Microservices in this study.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信