Kafka::Configuration
Inherits Reference < Object
Constructors
Instance methods
dump
Dump the configuration properties and values of configuration to an array with "key", "value" pairs.
set_default_topic_conf
Sets the default topic configuration to use for automatically subscribed topics (e.g., through pattern-matched topics). The topic configuration object is not usable after this call.
set_rebalance_cb
Consumer: Set rebalance callback for use with coordinated consumer group balancing.
to_unsafe
Source