[ 
https://issues.apache.org/jira/browse/KAFKA-16879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851860#comment-17851860
 ] 

jiandu edited comment on KAFKA-16879 at 6/4/24 1:07 AM:
--------------------------------------------------------

[~m1a2st]

Sorry, you should choose to handle issues that have no assigned handlers or 
have not been handled for a long time. I need to handle this issue myself.


was (Author: JIRAUSER305334):
Sorry, you should choose to handle issues that have no assigned handlers or 
have not been handled for a long time. I need to handle this issue myself.

> SystemTime should use singleton mode
> ------------------------------------
>
>                 Key: KAFKA-16879
>                 URL: https://issues.apache.org/jira/browse/KAFKA-16879
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: jiandu
>            Assignee: jiandu
>            Priority: Minor
>
> Currently, the {{SystemTime}} class, which provides system time-related 
> functionalities such as getting the current timestamp 、sleep、and await can be 
> instantiated multiple times.
> Howerver,  system time is unique,In an application, the time obtained in 
> different places should be consistent,  But now the time obtained by using 
> the Java System class to interact with the underlying layer is the same。
> So I suggest changing it to a singleton mode, reflect the uniqueness of 
> system time in design
>  
> [https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/utils/SystemTime.java|https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/utils/SystemTime.java]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to