dujian0068 commented on code in PR #16242:
URL: https://github.com/apache/kafka/pull/16242#discussion_r1632056246
##########
clients/src/main/java/org/apache/kafka/common/utils/Time.java:
##########
@@ -30,8 +30,6 @@
*/
public interface Time {
- Time SYSTEM = new SystemTime();
Review Comment:
Good idea,i will do it and Check if all ‘new SystemTime()’ can be replaced
with ‘Time.SYSTEM’ and Instead of it
Thank you
--
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]