class Kafka::Producer

Defined in:

kafka/producer.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(config : Kafka::Config) #

[View source]

Instance Method Detail

def close #

[View source]
def closing=(closing : Bool) #

[View source]
def closing? : Bool #

[View source]
def finalize #

[View source]
def flush #

[View source]
def produce(topic : String, payload : String, key : String = "", partition : Int32 = -1) #

[View source]

Macro Detail

macro check_closed_connection! #

[View source]