MINOR: add comment that timestamp unit is milliseconds (#13341)

Reviewers:  Divij Vaidya <diviv@amazon.com>
This commit is contained in:
Daniel Scanteianu 2023-06-19 12:22:09 +01:00 committed by GitHub
parent 546b912b83
commit 6f7682d2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public class ConsumerRecord<K, V> {
}
/**
* The timestamp of this record
* The timestamp of this record, in milliseconds elapsed since unix epoch.
*/
public long timestamp() {
return timestamp;