jon-wei commented on a change in pull request #9509: add kinesis lag metric
URL: https://github.com/apache/druid/pull/9509#discussion_r393409891
 
 

 ##########
 File path: 
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
 ##########
 @@ -3158,18 +3167,35 @@ protected abstract void updateLatestSequenceFromStream(
       Set<StreamPartition<PartitionIdType>> partitions
   );
 
+  /**
+   * Gets 'lag' of currently processed offset behind latest offset as a 
measure of difference between offsets.
+   */
+  @Nullable
+  protected abstract Map<PartitionIdType, Long> getPartitionRecordLag();
+
+  /**
+   * Gets 'lag'of currently processed offset behind latest offset as a measure 
of the difference in time inserted.
 
 Review comment:
   'lag'of -> 'lag' of

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