# Functions
No description provided by the author
No description provided by the author
Returns a binding.Message that holds the provided kafka message components.
Returns a binding.Message that holds the provided ConsumerMessage.
NewProtocol creates a new kafka transport.
NewProtocolFromClient creates a new kafka transport starting from a sarama.Client.
NewReceiver creates a Receiver which implements sarama.ConsumerGroupHandler The sarama.ConsumerGroup must be started invoking.
Returns a binding.Sender that sends messages to a specific receiverTopic using sarama.SyncProducer.
Returns a binding.Sender that sends messages to a specific receiverTopic using sarama.SyncProducer.
No description provided by the author
No description provided by the author
Add a transformer, which Sender uses while encoding a binding.Message to a sarama.ProducerMessage.
Fill the provided producerMessage with the message m.
# Structs
No description provided by the author
Message holds a Kafka Message.
No description provided by the author
Receiver which implements sarama.ConsumerGroupHandler After the first invocation of Receiver.Receive(), the sarama.ConsumerGroup is created and started.
Sender implements binding.Sender that sends messages to a specific receiverTopic using sarama.SyncProducer.