class Kafka::Message

Defined in:

kafka/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(native_message : LibRdKafka::KafkaMessage) #

[View source]

Instance Method Detail

def err(*args, **options) #

[View source]
def err(*args, **options, &) #

[View source]
def key #

[View source]
def offset(*args, **options) #

[View source]
def offset(*args, **options, &) #

[View source]
def partition(*args, **options) #

[View source]
def partition(*args, **options, &) #

[View source]
def payload #

[View source]
def timestamp #

[View source]
def topic #

[View source]