jeffkbkim commented on code in PR #13901:
URL: https://github.com/apache/kafka/pull/13901#discussion_r1245712559


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/ConsumerGroup.java:
##########
@@ -141,7 +141,7 @@ public static class TimeAndEpoch {
      * after having refreshed the metadata but the write operation failed. In 
this case, the
      * time is not automatically rolled back.
      */
-    private TimeAndEpoch nextMetadataRefreshTime = TimeAndEpoch.EMPTY;

Review Comment:
   i noticed this across some places.
   
   can we rework the comments in `hasMetadataExpired()` and in the test 
`testNextMetadataRefreshTime()` along with the name to use deadline?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to