RPC AWS技术方案
RPC中间件在AWS云上的技术方案
下图为 Capa 的 RPC 服务调用逻辑

Capa的 api 设计参照了社区的规范
具体参数含义如下:
| 参数 | 含义 | 
|---|---|
| appId | 同一命名空间内的服务唯一ID | 
| methodName | 被调用服务的方法名 | 
| request | 要发送调用的服务请求 | 
| httpExtension | HTTP请求方式 | 
| metadata | 发送请求的元数据(GRPC)或者请求头(HTTP) | 
| clazz | 请求响应的类型 | 
| type | 请求响应的类型 | 
| invokeMethodRequest | 请求对象 | 
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.