Akka grpc可以消费非Akka服务的数据吗

Can Akka grpc consume data from non-Akka service

我无法理解 Akka grpc 的基础知识。在 Akka 文档中,我看到了 Akka protobuf 客户端使用来自 Akka protobuf 服务器的服务的示例。

我可以使用 Akka 来消费来自非 Akka protobuf 服务的数据吗?

来自the documentation

To use a service, such as the Hello World service described in the server documentation, you only need the protobuf definition (the .proto files) of the service. No additional dependencies to the server project are needed.

我的意思是,如果您有 .proto,那么另一端是用什么实现的并不重要。