XiaoYou201 opened a new issue, #10623: URL: https://github.com/apache/inlong/issues/10623
### Description The SourceMetricData not set timestamp as input time, So the report audit time will be wrong.It should be set through 'consume_time' metadata field as follow. https://github.com/apache/inlong/blob/5d4128d8266e745a5df8580e7e1a886308d20b12/inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/ExtractNode.java#L73-L79 reference kafka #10393 ### Use case Pulsar source connector not attach input time when send audit information. ### 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]
