https://github.com/grntlrduck-cloud/go-kafka-sample
A very basic sample application with a Kafka consumer and a producer.
https://github.com/grntlrduck-cloud/go-kafka-sample
go kafka kafka-consumer kafka-producer testcontainers-go
Last synced: 12 months ago
JSON representation
A very basic sample application with a Kafka consumer and a producer.
- Host: GitHub
- URL: https://github.com/grntlrduck-cloud/go-kafka-sample
- Owner: grntlrduck-cloud
- Created: 2024-07-14T14:26:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:29:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T19:16:03.520Z (over 1 year ago)
- Topics: go, kafka, kafka-consumer, kafka-producer, testcontainers-go
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-kafka-sample - simple kafka consumer and producer
This small demo project just demos a simple Kafka consumer and producer messaging scenario.
A consumer group listener polling for messages from a topic while a producer is sending events.
In the end the application is just very basic and has no ambition to demo a full production ready implementation,
but rather a basic starting point to get into Go and Kafka