https://github.com/ppatierno/kafka-go-examples
Kafka examples using Go language
https://github.com/ppatierno/kafka-go-examples
go golang kafka kafka-consumer kafka-producer
Last synced: over 1 year ago
JSON representation
Kafka examples using Go language
- Host: GitHub
- URL: https://github.com/ppatierno/kafka-go-examples
- Owner: ppatierno
- License: apache-2.0
- Created: 2018-12-23T21:28:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T21:23:42.000Z (over 7 years ago)
- Last Synced: 2025-02-28T09:11:21.235Z (over 1 year ago)
- Topics: go, golang, kafka, kafka-consumer, kafka-producer
- Language: Go
- Size: 22.5 KB
- Stars: 22
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Kafka Go examples
Apache Kafka sample applications in Go language using the [segmentio](https://github.com/segmentio/kafka-go) and [shopify sarama](https://github.com/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.