dujian0068 commented on code in PR #16266:
URL: https://github.com/apache/kafka/pull/16266#discussion_r1638110469
##########
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:
Thank you
I have restored it
--
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]