我可以将Azure API管理用于GRPC通信吗?

发布于 2025-02-10 19:50:13 字数 33 浏览 1 评论 0 原文

我想在GRPC中的通信之间放置APIM。 这可能吗?

I would like to place APIM between communications in gRPC.
Is this possible?

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

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

发布评论

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

评论(2

凉月流沐 2025-02-17 19:50:13

gunr2171 ,如果没有记录,则截至现在是不可能的。

您可以参考此

As suggested by gunr2171, if it's not documented then as of now it's not possible.

You can refer to this feature request/feedback related to supporting gRPC in Azure API Management.

要走干脆点 2025-02-17 19:50:13

截至目前,可以将GRPC与APIM一起使用,该公告于2023年11月在此处:https://techcommunity.microsoft.com/t5/azure-integration-services-blog/introducing- grpc-api-support-in-azure-api-management-emagement-seft hosted/ba-p/3975087

因此,当您要添加新API时,您可以选择GRPC:

.proto 文件,APIM能够使用GRPC服务:

”在此处输入图像描述”

As of now, it's possible to use gRPC with APIM, the announcement was for Nov 2023 here: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/introducing-grpc-api-support-in-azure-api-management-self-hosted/ba-p/3975087

So when you want to add new API you can choose gRPC:

enter image description here

By uploading .proto file, the APIM able to use gRPC service:

enter image description here

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