kafka_ex
v0.6.1
Pages
Modules
kafka_ex v0.6.1
KafkaEx.Protocol.Produce.Message
key: is used for partition assignment, can be nil, when none is provided it is defaulted to nil
value: is the message to be written to kafka logs.
Summary
Types
t()
Types
t
:: %KafkaEx.Protocol.Produce.Message{key: binary, value: binary}