Categorygithub.com/AYGA2K/go-kafka
modulepackage
0.0.0-20240913172653-0c1710813fa1
Repository: https://github.com/ayga2k/go-kafka.git
Documentation: pkg.go.dev

# README

Kafka Producer/Consumer Example in Go

This repository contains a simple example of how to use Kafka in Go by creating a producer that sends messages to a Kafka topic and a consumer that reads those messages.

Features

  • Producer: Sends messages to a Kafka topic with order details (type and size).
  • Consumer: Subscribes to the same topic and consumes messages in real-time.
  • Delivery Notifications: Logs message delivery success or failure.

# Packages

No description provided by the author