如何利用 Armeria 出色的 JSON 到 GRPC 转码功能到 springboot 项目
我们有一个现有的 springboot 项目,它的 API 管理系统很糟糕。所以我们想做一些类似于 grpc-gateway 相关的工作。但我们不想将 sidecar 添加到我们现有的服务中。我们发现Armeria有一个很棒的json grpc转码功能。我们如何将这个东西利用到我们现有的 Spring Boot 项目中。
We have a existing springboot project which has terrible API management system. So we wanna do something like grpc-gateway related work. But we don't want to add sidecar to our existing service. We found that Armeria has a wonderful json grpc transcoding function. How do we leverage this thing to our existing spring boot project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想一个最小的例子可能如下所示:
Armeria 还提供 spring-boot 集成。可以在以下存储库中找到示例。
您还可以在 slack 或 github issues 如果您有任何其他/后续问题。
I guess a minimal example may look like the following:
Armeria also offers spring-boot integration. An example can be found in the following repository.
You can also ask at slack or github issues if you have any additional/follow up questions.