如何在Greengrass V2中实现IPC请求/响应而不是发布/订阅机制?

0

【以下的问题经过翻译处理】 团队大家好,

我们想要实现IPC上的请求/响应,就像普通的REST API一样工作。Greengrass v2 Sdks中是否有这样的功能呢?因为我们目前使用的是异步的pub/sub方式。我们希望有同步的实现。

能否提供一些相关的参考资料呢?

谢谢!

祝好,

Nalay Patel

profile picture
ESPECIALISTA
feita há 6 meses9 visualizações
1 Resposta
0

【以下的回答经过翻译处理】 Greengrass 并未在我们的 IPC 中实现请求/响应,但这并不意味着你没有任何解决方案。你可以运行喜欢的任何通信协议,例如 HTTP 或 gRPC,通过部署一个服务器作为你的一个组件,然后从其他组件连接到该服务器。

profile picture
ESPECIALISTA
respondido há 6 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas