Documentation ¶ Index ¶ func AddService(config service.Config) func Handle(c <-chan kafka.Message) (<-chan []kafka.Message, <-chan bool) func NewConsumer(kafkaURL, topic, groupID string) <-chan kafka.Message func NewProducer(kafkaURL, topic string, in <-chan []kafka.Message) <-chan bool func Start() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddService ¶ func AddService(config service.Config) func Handle ¶ func Handle(c <-chan kafka.Message) (<-chan []kafka.Message, <-chan bool) func NewConsumer ¶ func NewConsumer(kafkaURL, topic, groupID string) <-chan kafka.Message func NewProducer ¶ func NewProducer(kafkaURL, topic string, in <-chan []kafka.Message) <-chan bool func Start ¶ func Start() Types ¶ This section is empty. Source Files ¶ View all Source files builder.go consumer.go handler.go index.go producer.go setup.go Click to show internal directories. Click to hide internal directories.