mridulm commented on code in PR #2123:
URL: 
https://github.com/apache/incubator-celeborn/pull/2123#discussion_r1412722620


##########
common/src/main/java/org/apache/celeborn/common/network/server/BaseMessageHandler.java:
##########
@@ -27,6 +28,10 @@ public void receive(TransportClient client, RequestMessage 
msg) {
     throw new UnsupportedOperationException();
   }
 
+  public void receive(TransportClient client, RequestMessage msg, 
RpcResponseCallback callback) {

Review Comment:
   Currently, `callback` is getting ignored - is this expected to be leveraged 
in future pr's ?
   If yes, add a comment until then ?



-- 
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]

Reply via email to