zhouxinyu commented on a change in pull request #5:
URL: https://github.com/apache/rocketmq-apis/pull/5#discussion_r725440797
##########
File path: apache/rocketmq/v1/service.proto
##########
@@ -435,7 +432,11 @@ service MessagingService {
// may suffer from false empty responses.
rpc PullMessage(PullMessageRequest) returns (PullMessageResponse) {}
- rpc MultiplexingCall(MultiplexingRequest) returns (MultiplexingResponse) {}
+ rpc PollCommand(PollCommandRequest) returns (PollCommandResponse) {}
Review comment:
Need more comments to describe these three strong related RPCs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]