You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/05/17 01:53:21 UTC

[GitHub] [kafka] abbccdda commented on a change in pull request #10156: KAFKA-10345: File watch store reloading

abbccdda commented on a change in pull request #10156:
URL: https://github.com/apache/kafka/pull/10156#discussion_r633178155



##########
File path: clients/src/main/java/org/apache/kafka/common/utils/Timer.java
##########
@@ -158,6 +158,10 @@ public long remainingMs() {
         return Math.max(0, deadlineMs - currentTimeMs);
     }
 
+    public long getDeadlineMs() {

Review comment:
       Seems ok to remove




-- 
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:
users@infra.apache.org