stuzanne/kafka-data-generator

By stuzanne

Updated over 1 year ago

Simple data generator of Kafka messages to topics, Customers, Pizza-orders.

Image
Message queues
Developer tools
0

391

stuzanne/kafka-data-generator repository overview

Generates fake pizza orders, product orders and customer data into Kafka topics.

Default config generates 1000 messages, with a 2 second delay between each one, on bootstrap server redpanda-0:9092 for the local docker compose that is provided on the image's Github repo. Config can be changed with environment variables.

NameDefaultDescription
KAFKA_BOOTSTRAP_SERVERSlocalhost:19092The bootstrap server(s) for your Kafka cluster.
MAX_BATCHES1000The max batches of 3 messages (1 for each of the 3 topics) to produce, stops the producer once reached
MESSAGE_DELAY_SECONDS2The wait time between producing messages, in seconds.
TOPICScustomers,pizza-orders,productsCustomise which of the 3 topics to use.

consumer-page

view message

Tag summary

Content type

Image

Digest

sha256:960b3c809

Size

69.1 MB

Last updated

over 1 year ago

docker pull stuzanne/kafka-data-generator:0.6