# Functions
NewKafkaProducer constructs a new Producer that will produce into the given Kafka broker.
No description provided by the author
# Structs
ConcurrentRouter is a wrapper around a generic Router which controls concurrent access.
Producer is a wrapper for kafka.Producer which handles delivery failure in a canonical way.
TopicRouter is a Router that routes based on the Kafka topic of consumed messages.
# Interfaces
Consumer is the generic interface for all consumers.
No description provided by the author
KeyRouter is a generic router for Kafka which routes consumed messages to a set of configured handlers based on a key.
LowLevelProducer provides access to synchronous sending routines.
# Type aliases
Handler is a function used in a KeyRouter which handles a single kind of message.