jihoonson commented on a change in pull request #6431: Add Kinesis Indexing 
Service to core Druid
URL: https://github.com/apache/incubator-druid/pull/6431#discussion_r242728579
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/TaskReportData.java
 ##########
 @@ -100,11 +95,16 @@ public TaskType getType()
 
   @JsonProperty
   @JsonInclude(JsonInclude.Include.NON_NULL)
-  public Map<Integer, Long> getLag()
+  public Map<PartitionIdType, SequenceOffsetType> getLag()
   {
     return lag;
   }
 
+  public void setCurrentSequenceNumbers(Map<PartitionIdType, 
SequenceOffsetType> currentOffsets)
 
 Review comment:
   This is not used anywhere. Please remove it and make `currentOffsets` final.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to