zhangyue19921010 commented on a change in pull request #10524:
URL: https://github.com/apache/druid/pull/10524#discussion_r588031245



##########
File path: 
extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/supervisor/KafkaSupervisorIOConfig.java
##########
@@ -51,6 +53,7 @@ public KafkaSupervisorIOConfig(
       @JsonProperty("taskCount") Integer taskCount,
       @JsonProperty("taskDuration") Period taskDuration,
       @JsonProperty("consumerProperties") Map<String, Object> 
consumerProperties,
+      @Nullable @JsonProperty("autoScalerConfig") AutoScalerConfig 
autoScalerConfig,

Review comment:
       Sure && Done.

##########
File path: 
extensions-core/kinesis-indexing-service/src/main/java/org/apache/druid/indexing/kinesis/supervisor/KinesisSupervisor.java
##########
@@ -378,6 +379,13 @@ protected boolean 
useExclusiveStartSequenceNumberForNonFirstSequence()
     return true;
   }
 
+  // not yet supported, will be implemented in the future maybe? need to find 
a proper way to measure kinesis lag.
+  @Override
+  public LagStats computeLagStats()

Review comment:
       Sure && 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.

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