cryptoe commented on code in PR #14416:
URL: https://github.com/apache/druid/pull/14416#discussion_r1244665872


##########
server/src/main/java/org/apache/druid/rpc/indexing/OverlordClient.java:
##########
@@ -52,5 +53,7 @@ public interface OverlordClient
 
   ListenableFuture<Map<String, Object>> taskReportAsMap(String taskId);
 
+  ListenableFuture<TaskPayloadResponse> taskPayload(String taskId);

Review Comment:
   This is borrowed for the existing indexingServiceClient hence I did not want 
to change the name. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to