class
Kafka::TopicConfiguration
- Kafka::TopicConfiguration
- Reference
- Object
Defined in:
kafka/topic_configuration.crConstructors
-
.new(conf : LibKafka::RdKafkaTopicConfT = LibKafka.topic_conf_new)
Create topic configuration object.
Instance Method Summary
-
#destroy
Destroys the topic configuration object.
-
#dup
Creates a copy/duplicate of topic configuration object configuration.
-
#set(name : String, value : String)
Sets a single topic configuration value by property name.
- #to_unsafe : LibKafka::RdKafkaTopicConfT
Constructor Detail
def self.new(conf : LibKafka::RdKafkaTopicConfT = LibKafka.topic_conf_new)
#
Create topic configuration object.