An open API service indexing awesome lists of open source software.

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.

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