Skip to content

ppatierno/kafka-go-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Apache Kafka Go examples

Apache Kafka sample applications in Go language using the segmentio and shopify sarama Kafka Go libraries.

  • segmentio:
    • consumer: consumer application.
    • producer: producer application.
  • sarama:
    • sync-producer: synchronous producer application
    • async-producer: asynchronous producer application
    • partition-consumer: partition consumer application
  • util: utility package used by the consumer/producer applications.

It also provides the related Dockerfile for building Docker container images but it's needed to build the applications before building these images.

Finally, it provides YAML files describing Kubernetes Deployment(s) for the consumer and producer applications.

Releases

No releases published

Packages

No packages published