kafka

module
v0.0.0-...-535b067 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2024 License: MIT

README

kafka

Tiny project to play around with Kafka producer and consumer APIs.

Instructions

  1. Run a single broker Kafka cluster locally:
$ confluent local kafka start
  1. Create a topic on the Kafka cluster:
$ confluent local kafka topic create purchases
  1. Run the producer
$ make run-producer
  1. Run the consumer
$ make run-consumer

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL