# Functions
NewKafkaCommon constructs a new Common instance.
ValidateConf validates supplied configuration.
# Structs
SaramaKafkaFactory - uses sarama.
# Interfaces
Client is the kafka client.
Common is the base interface for bridges that interact with Kafka.
Consumer provides the interface passed from KafkaCommon to consume messages.
Factory builds new clients.
GoRoutines defines goroutines for processing Kafka messages from KafkaCommon.
Producer provides the interface passed from KafkaCommon to produce messages (subset of sarama).