Moleculer 传输器与 http 请求调用有何不同?

发布于 2025-01-11 08:44:43 字数 160 浏览 0 评论 0原文

我正在实现微服务架构,在那里我学到了一个新主题“Transporter”,它用于不同服务之间的通信。

但是我们也可以使用“axios”、“http-request”等包通过请求调用来构建同样的东西。

那么包含传输器会产生什么区别呢? 传输代理调用与 http 请求调用有何不同?

I am implementing microservices architecture, there I learned a new topic "Transporter" which is used for the communication between different services.

But the same thing we can also build with request calls using packages like "axios", "http-request" etc.

So with inclusion of transporters what difference will it make?
And how transporter broker call is different from http request call?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心头的小情儿 2025-01-18 08:44:43

从文档(https://moleculer.services/docs/0.14/networking.html#运输机)

如果您在多个节点上运行服务,Transporter 是一个重要的模块。 Transporter 与其他节点通信。它传输事件、调用请求和处理响应……等等。如果一个服务的多个实例运行在不同的节点上,那么请求将在它们之间进行负载平衡。

更一般的回应。请参阅 HTTP 与 NATS(可以是任何其他 pub/sub 协议)https://www. Slideshare.net/Apcera/nats-vs-http

From the docs (https://moleculer.services/docs/0.14/networking.html#Transporters)

Transporter is an important module if you are running services on multiple nodes. Transporter communicates with other nodes. It transfers events, calls requests and processes responses …etc. If multiple instances of a service are running on different nodes then the requests will be load-balanced among them.

More general response. See HTTP vs NATS (could be any other pub/sub protocol) https://www.slideshare.net/Apcera/nats-vs-http

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文