Message.Timestamp

Message timestamp object

Represents the number of milliseconds since the epoch (UTC).

The Type dictates the timestamp type or origin.

Note: Requires Apache Kafka broker version >= 0.10.0

struct Message
static
struct Timestamp {}

Members

Enums

Type
enum Type
Undocumented in source.

Variables

timestamp
long timestamp;

< Milliseconds since epoch (UTC).

type
Type type;

< Timestamp type

Meta