mirror of https://github.com/apache/kafka.git
MINOR: add comment that timestamp unit is milliseconds (#13341)
Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
parent
546b912b83
commit
6f7682d2f4
|
|
@ -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() {
|
public long timestamp() {
|
||||||
return timestamp;
|
return timestamp;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue