gharris1727 commented on code in PR #16266:
URL: https://github.com/apache/kafka/pull/16266#discussion_r1636839783


##########
clients/src/main/java/org/apache/kafka/common/utils/SystemTime.java:
##########
@@ -21,10 +21,17 @@
 import java.util.function.Supplier;
 
 /**
- * A time implementation that uses the system clock and sleep call. Use 
`Time.SYSTEM` instead of creating an instance
- * of this class.
+ * A time implementation that uses the system clock and sleep call.
+ * Every kafka process has a single instance of class <code>SystemTime</code> 
that allows the process to interface

Review Comment:
   nit: I think the mention of "process" here is more confusing than helpful. 
If you want to mention this is a singleton, say "Use the singleton 
`Time.SYSTEM`", or just leave the javadoc as-is.



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