class

Kafka::Message

Inherits Reference < Object

Constructors

new(rkmessage : Pointer(LibKafka::MessageT))
Source

Instance methods

destroy

Frees resources and hands ownership back to rdkafka.

Source
errstr

Returns the error string for an errored rd_kafka_message_t or NULL if there was no error.

Source
offset
Source
payload
Source
timestamp

Returns the message timestamp for a consumed message.

Source
to_s(io)
Source
to_unsafe
Source