class Kafka::Config

Defined in:

kafka/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def finalize #

[View source]
def set(name : String, value : String) #

[View source]
def set_msg_callback(cb : Proc(LibKafkaC::KafkaHandle, Pointer(Void), Pointer(Void))) #

[View source]
def to_unsafe #

[View source]