panhongan commented on code in PR #11296: URL: https://github.com/apache/druid/pull/11296#discussion_r975395792
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskClient.java: ########## @@ -423,6 +469,35 @@ public ListenableFuture<SeekableStreamIndexTaskRunner.Status> getStatusAsync(fin protected abstract Class<PartitionIdType> getPartitionType(); protected abstract Class<SequenceOffsetType> getSequenceType(); + + @VisibleForTesting + public class TaskPauseControlInfo Review Comment: right! ########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskClient.java: ########## @@ -423,6 +469,35 @@ public ListenableFuture<SeekableStreamIndexTaskRunner.Status> getStatusAsync(fin protected abstract Class<PartitionIdType> getPartitionType(); protected abstract Class<SequenceOffsetType> getSequenceType(); + + @VisibleForTesting + public class TaskPauseControlInfo Review Comment: right! done -- 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]
