|
librdkafka
The Apache Kafka C/C++ client library
|
Message timestamp object. More...
#include <rdkafkacpp.h>
Public Types | |
| enum | MessageTimestampType { MSG_TIMESTAMP_NOT_AVAILABLE , MSG_TIMESTAMP_CREATE_TIME , MSG_TIMESTAMP_LOG_APPEND_TIME } |
Data Fields | |
| MessageTimestampType | type |
| int64_t | timestamp |
Message timestamp object.
Represents the number of milliseconds since the epoch (UTC).
The MessageTimestampType dictates the timestamp type or origin.
| MessageTimestampType RdKafka::MessageTimestamp::type |
Timestamp type
| int64_t RdKafka::MessageTimestamp::timestamp |
Milliseconds since epoch (UTC).