gosonzhang opened a new issue #2160:
URL: https://github.com/apache/incubator-inlong/issues/2160


   ### Description
   
   Since the project was developed from the java 7 version, the time format 
conversion uses the SimpleDateFormat class, so due to the concurrent access 
problem, object construction needs to be performed every time it is used. In 
java 8, there is already the DateTimeFormatter class to solve this problem. 
   
   This issue is adjusted for this situation and replaces the existing 
implementation, correspondingly, our system must run in the environment of Java 
8
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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


Reply via email to