Toggle Sidebar
Toggle Theme
kafka_ex
v0.8.3
Pages
Modules
Exceptions
kafka_ex v0.8.3
KafkaEx.Protocol.Produce.Message
View Source
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.
Link to this section
Summary
Types
t()
Link to this section
Types
Link to this type
t()
View Source
t() :: %KafkaEx.Protocol.Produce.Message{key:
binary
(), value:
binary
()}