arjun4084346 commented on a change in pull request #3411:
URL: https://github.com/apache/gobblin/pull/3411#discussion_r725403081



##########
File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/KafkaJobStatusMonitor.java
##########
@@ -97,6 +103,8 @@
   private static final String KAFKA_AUTO_OFFSET_RESET_KEY = 
"auto.offset.reset";
   private static final String KAFKA_AUTO_OFFSET_RESET_SMALLEST = "smallest";
 
+  private static final int EXPECTED_TIME_FOR_METRICS_REPORTING = 90;

Review comment:
       this can be replaced by N times of metric reporting interval. N could 
be... maybe 3




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


Reply via email to