lizhanhui commented on a change in pull request #5:
URL: https://github.com/apache/rocketmq-apis/pull/5#discussion_r725438701
##########
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 PollingCommand(PollingCommandRequest) returns (PollingCommandResponse) {}
+
+ rpc ReportThreadStackTrace(ReportThreadStackTraceRequest) returns
(ReportThreadStackTraceResponse) {}
+
+ rpc RepostMessageConsumptionResult(ReportMessageConsumptionResultRequest)
returns (ReportMessageConsumptionResultResponse) {}
Review comment:
Typo here.
--
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]