/go-kafka-example

Golang Kafka consumer and producer example

Primary LanguageGoMIT LicenseMIT

Golang Kafka Example

Sample Golang Kafka Consumer and Producer

Setup

Apache Kafka Quickstart

Producer

go run cmd/producer/main.go

Consumer

flags:

  • brokerList
  • topic
  • partition (default: 0)
  • offsetType
  • messageCountStart (default: 0)

go run cmd/consumer/main.go

Received messages  Something Cool #1
Received messages  Something Cool #2
Received messages  Something Cool #3
Received messages  Something Cool #4
Received messages  Something Cool #5

Contribute

We would love you for the contribution to go-kafka-example, check the LICENSE file for more info.

Meta

Vinicius Souza – @iamvsouzahi@vsouza.com https://github.com/vsouza/go-kafka-example

FOSSA Status