struct Kafka::Message

Defined in:

kafka/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(msg : LibRdKafka::Message) #

[View source]

Instance Method Detail

def err : RdKafka::Error? #

[View source]
def key : Slice(UInt8) #

[View source]
def offset : Int64? #

[View source]
def partition : Int32 #

[View source]
def payload : Slice(UInt8) #

[View source]
def timestamp : Int64? #

[View source]
def topic #

[View source]