Open
Description
Motivations
接口名称
grpc 接口名称GetDocOwnerAddress
接口的输入参数
文档id
返回参数
地址
处理逻辑
需要在存储节点上面查询出文档的拥有者地址信息,再通过grpc返回
规则
接口需要放到db3_storage.proto里面,接口实现在StorageNodeV2Impl中实现
你可以从db_store_v2中的create_doc_ownership方法来了解文档与拥有者的地址是如何建立对应关系
- Would you like to implement this feature? [y/n]