Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kafka
main
Kafka
Config
ConfigError
ConnectionClosed
Consumer
DeliveryHandle
Error
Instance
Message
Producer
Type
Built with Crystal 1.9.2
2023-10-07 16:07:00 UTC
class
Kafka::Config
Kafka::Config
Reference
Object
Defined in:
kafka/config.cr
Constructors
.new
(values : Hash(String, String))
Instance Method Summary
#to_unsafe
: LibRdKafka::KafkaConf
#values
: Hash(String, String)
#values=
(values : Hash(String, String))
Constructor Detail
def self.
new
(values : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
to_unsafe
: LibRdKafka::KafkaConf
#
[
View source
]
def
values
: Hash(String, String)
#
[
View source
]
def
values=
(values : Hash(String, String))
#
[
View source
]